﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{color:#666;	margin:0px auto; font-family: Microsoft YaHei; font-size:14px; background:#fff; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px; line-height:1.8em}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}
/*链接*/
a{ text-decoration:none; color:#626262; background: transparent;  outline:none}
a:visited { color:#aaa; }
a:hover{ color:#000;}
a:focus { outline:none; }
a:active{ outline:none;}
/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}
/*表单*/
form {margin: 0;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}
/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
i{ font-style:normal; font-weight:normal;}
/*==========@@HTML默认  结束@@==========*/
/*==========@@元件 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}
/*浮动*/
.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }
/*按钮*/
.btn {-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;  -o-border-radius: 0px;  border-radius: 0px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn {  background-color: #cf010e;  color: #fff; }
.btn:hover {  background-color: #CF232E; color:#fff;}
.btn:active {  background: #CF232E;  color: #fff;}
/*按钮大小*/
.btn-large {font-size: 18px;  height: 34px;  line-height: 34px;  padding: 0px 22px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}
.btnBuyNow{display:block; width:90px; height:36px; line-height:36px; color: #c40000; padding-left:36px; background: #ffeded; cursor:pointer; float:left; 
border: 1px solid #c40000; margin-right:10px;}
.btnBuyNow:hover{ color: #F00;}
.btnAddCart{display:block; width:90px; height:36px; line-height:36px; color: #fff; padding-left:36px; margin-right:10px; border: 1px solid #cf010e;
background: url(../images/cartwhite.png) no-repeat 12px center #cf010e; cursor:pointer; float:left;}
.btnAddCart:hover{ color: #ddd;}
/*加入收藏*/
.btnAddFavorite{display:block; height:36px; line-height:36px; color: #fff; padding:0 16px; text-indent:16px; margin-right:0px; border: 1px solid #ff6600;
background: url(../images/favorite.png) no-repeat 8px center #ff6600; cursor:pointer; float:left;}
.btnAddFavorite:hover{ color: #ddd;}
.btnComment{display:block; width:110px; height:32px; line-height:32px; color: #fff; padding:0; border: 1px solid #cf010e;background: #cf010e; cursor:pointer; }
.btnComment:hover{ color: #ddd;}
.btnAddCart1{display:block; width:76px; height:26px; line-height:26px; border: 1px solid #ddd; color: #cf010e; padding-left:32px;
background: url(../images/cartred.png) no-repeat 6px center; cursor:pointer; float:left; margin-left:10px;}
.btnAddCart1:hover{  background: url(../images/cartwhite.png) no-repeat 6px center #cf010e; color:#fff;}
.btnSmsCode { float:left; width:auto; height: 30px;  line-height: 30px;  padding: 0px 8px; font-size: 14px; margin: 3px 0; 
text-decoration: none; text-align: center; text-indent:0; cursor:pointer; color: #666666; background-color: #cf010e;  color: #fff; border:0;}
.btnSmsCode:hover {  background-color: #CF232E; color:#fff;}
.btnSmsCode:active {  background: #CF232E;  color: #fff;}
.btnReg, .btnLogin, .btnNextStep, .btnResetPwd { float:left; width:auto; height: 35px;  line-height: 35px;  padding: 0px 18px; font-size: 16px; margin: 3px 0; 
text-decoration: none; text-align: center; text-indent:0; cursor:pointer;color: #666666; background-color: #cf010e;  color: #fff; border:0;}
.btnReg:hover, .btnLogin:hover, .btnNextStep:hover, .btnResetPwd:hover {  background-color: #CF232E; color:#fff;}
.btnReg:active, .btnLogin:active, .btnNextStep:active, .btnResetPwd:active{  background: #CF232E;  color: #fff;}
.btnForgetPassword, .btnRegNow{  float:left; width:auto; height: 35px;  line-height: 35px;  padding: 0px 10px; font-size: 14px; margin: 3px 0; 
text-decoration: none; text-align: center; text-indent:0; cursor:pointer;color: #666666; background-color: #fff;  color: #000; border:0; }
/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border:1px solid #CCC; height:20px; line-height:20px;clip: rect; padding: 5px 3px; color: #000000; outline:0;}
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border:1px solid #CCC;  padding:2px; outline:0;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}
/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px; } /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px; height: 28px;} /*验证码图片样式*/
/*频道*/
.ChannelContent{ line-height:2.0em; font-size:14px;}
.ChannelSContent, .ChannelSContent p{ line-height:1.8em}
.ChannelContent a{ color: #ff9d02}
.ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;}
.ChannelSContent a{ color: #ff9d02}
.ChannelSContent img, .InfoContent img{ max-width:100% }
/*信息*/
.InfoTitle{ font-weight:normal; text-align:center; vertical-align:middle; padding:5px 0px}
.InfoPrice{ color:#E4393C; text-align:left; font-size:15px; font-family:Verdana; padding: 5px;}
.InfoTitle h1{ font-size:22px; line-height: 1.5em; font-weight:normal;}
.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}
.InfoContent, .InfoContent p{ line-height:2.0em; font-size:16px; padding:10px 0;}
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; max-width:100%}
/*==========@@元件 结束@@==========*/
/*==========@@模块  开始@@==========*/
/*左侧样式*/
.left_title{ height:35px; line-height:35px; border: solid 1px #e4e4e4; background:#F5F5F5;}
.left_title h2 { text-indent:1em; font-size:14px; color:#000;  }
.left_body { overflow:hidden; zoom:1;  color:#000; padding:0 10px 5px;  border: solid 1px #e4e4e4; border-top:0}
.left_bottom { height:10px; }
/*左侧样式1*/
.left_title1 { height:39px; line-height:39px; background:#f0f0f0; border: 1px solid #e6e6e6; border-bottom:0;}
.left_title1 h2 { font-size:16px;  color:#333; float:left; text-indent:5px;}
.left_body1 { overflow:hidden; zoom:1; padding:0; clear:both; border: 1px solid #e6e6e6; background:#fff; border-bottom:0;}
.left_bottom1 { margin:5px 0 15px 0; overflow:hidden; }
/*左侧样式1*/
.left_title2 { height:45px; line-height:45px; border-bottom: 0px solid #000; }
.left_title2 h2 { font-size:16px;  color:#323232; float:left;}
.left_title2 h2 a{ color:#323232; font-size:20px; }
.left_title2  .prev, .left_title2  .next { float: left; display: block;width: 16px;height: 45px; background: url(../images/arrow.png) no-repeat; cursor: pointer;margin: 0 2px; }
.left_title2  .prev{ background-position: 2px center; margin-right:8px;}
.left_title2  .next{ background-position: -13px center;  }
.left_title2 .prev:hover{ background-position: -27px center; }
.left_title2 .next:hover{ background-position: -42px center; }
.left_body2 { overflow:hidden; zoom:1; padding:0; clear:both; }
.left_bottom2 { margin:5px 0 15px 0; overflow:hidden; }
/*右侧样式1*/
.right_title { height:35px; line-height:35px;  border: solid 1px #e4e4e4; background:#F5F5F5;}
.right_title h2 { font-size:14px; font-weight:normal; color:#666; padding-left:1em;}
.right_body { padding:5px 8px; overflow:hidden; zoom:1;  border: solid 1px #e4e4e4; border-top:0;}
.right_bottom { height:8px;}
/*右侧样式1*/
.right_title1 { height:35px; line-height:35px;  }
.right_title1 h2 { font-size:16px; font-weight:normal; color:#666; padding-left:1em;}
.right_body1 { padding:5px 0px; overflow:hidden; zoom:1; }
.right_body1_1, .right_body1_3{ float:left; width:30px; }
.right_body1_2{ float:left; width:1128px;}
.right_body1 .sPrev, .right_body1 .sNext {display: block; width: 16px; height: 54px; background: url(../images/arrow.png) no-repeat; 
cursor: pointer; margin:0 auto; outline:0px dashed red; margin-top:80px;}
.right_body1 .sPrev{ background-position: 2px center; }
.right_body1 .sPrev:hover{ background-position: -27px center; }
.right_body1 .sNext{ background-position: -13px center; }
.right_body1 .sNext:hover{ background-position: -42px center; }
.right_bottom1 { height:8px;}
/*==========@@模块  结束@@==========*/
/*==========@@频道布局 开始@@==========*/
/*===频道公共 开始===*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback, .shoppingcart, .checkout, .payment, .oauth{ width:1200px;margin:5px auto; overflow:hidden;}
#top, #logo, #topad, #navigation, #location, #banner, #announcement,#condition, #link, #ensure, #help, #copyright, #product_floor, #product_read_floor{ 
width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}
#left { float:left; width:200px; }
#right { float:right; width:990px; border-left:0px solid #E5E5E5; padding-left:0px; }
/*===频道公共 结束===*/
/*===首页频道 开始===*/
#floor_0_main{ }
#floor_0{ width:1200px;  margin:0 auto; overflow:hidden; margin-bottom:10px;}
#floor_0_2 img{ display:inline;}
/*左侧样式1*/
.floor_title { height:39px; line-height:39px; border-bottom: 2px solid #000; }
.floor_title h2 { font-size:16px;  color:#323232; float:left;}
.floor_title h2 a{ color:#323232; font-size:20px;}
.floor_title h2 i{ float:left; width:26px; margin-right:6px; font-size: 20px;color: #323232; text-indent:2px;}
.floor_body { overflow:hidden; zoom:1; padding:0; clear:both; }
.floor_bottom { margin:5px 0 15px 0; overflow:hidden; }
.floor_bottom .special{ overflow:hidden; padding:10px 0;}
.floor_bottom .special a{ display:block; width:120px; text-align:center; float:left; border-left:0px dotted #ccc;}
.floor_bottom .special  a.n1{ border:0;}
.floor_bottom .special  img{ width:100px;}
.floor_bottom .ad{ background:#none; overflow:hidden; clear:both; padding:10px 0;}
.floor_bottom .ad a{ display:block; text-align:center; float:left; padding:0; margin:0;}
.floor_bottom .ad img{ }
.floor_main{}
.floor{ width:1200px;  margin:0 auto; overflow:hidden; }
.floor .left{  width: 210px; height:475px; float:left; overflow:hidden; }
.floor .wrap{ overflow:hidden; width:1200px; margin-top:15px;}
.floor .left img{ width: 100%; height:100%; }
.floor .right{ width: 990px; height:475px; float:right;}
/*===首页频道 结束===*/
/*===产品模型 开始===*/
#product_floor_main{ }
#product_floor{ margin-bottom:8px;  }
#product_floor .right_body{ border:0; padding:0;}
#product_read_floor .col1{ width: 350px; height:100%; overflow: hidden; float:left; border-right: 0px solid #ddd; }
#product_read_floor .col1 .InfoPicture{ height:350px; width:350px;}
#product_read_floor .col1 .InfoAlbum{  padding:5px 0; border-top: 0px solid #ddd; overflow:hidden; clear:both;}
#product_read_floor { border: 1px solid #ddd; width:1198px; margin-bottom:8px;}
#product_read_floor .col2{ width: 815px; height:100%; overflow: hidden; float:right; padding:0 11px;}
#product_read_floor .col2 h1{ font-size:16px; font-weight:bold; color:#333; margin-bottom:10px;}
#product_read_floor .col2 .InfoSContent{ font-family: arial,"microsoft yahei"; color: #e3393c;font-size: 14px; line-height: 20px;word-break: break-all;}
#product_read_floor .col2 .InfoPrice{ padding: 0; font-size:18px; font-weight:bold; float:left;}
#product_read_floor .col2 .f2{ font-size:12px;}
#product_read_floor .col2 .row{ clear:both; margin:12px 0; overflow:hidden;}
#product_read_floor .col2 .FriendTip{ clear:both; margin:15px 0; overflow:hidden; font-family:simsun; font-size:12px; color:#666;}
#product_read_floor .col2 b{ display:block; font-weight:normal; font-size:12px;font-family:Arial,Verdana; float:left; width:60px; padding:3px 0;}
#product_read_floor .col2 i{width: 26px;height: 26px; float: left; color: #ccc;}
#product_read_floor .col2 .increase{  background:url(../images/increase.png) #e9e9e9  center center no-repeat; cursor: pointer; }
#product_read_floor .col2 .num {width: 50px;height: 24px; border: 1px solid #e9e9e9; float:left; line-height: 24px;text-align: center;padding:0; margin:0; outline: none;}
#product_read_floor .col2 .decrease{  background: url(../images/decrease.png) #e9e9e9  center center no-repeat;  cursor: pointer; }
/*产品规格*/
#product_read_floor .col2 .TypeAttribute{ }
#product_read_floor .col2 .TypeAttribute .row{ line-height:26px; }
#product_read_floor .col2 .TypeAttribute .AttributeValue{padding:3px 8px; border:1px solid #ccc; margin-right:8px; font-size:12px; cursor:pointer;}
#product_read_floor .col2 .TypeAttribute .AttributeValue:hover{border-color:#ca141d;}
#product_read_floor .col2 .TypeAttribute .current{ border-color:#ca141d; background:url(../images/selected.png) bottom right no-repeat;}
#product_read_floor_1_main{ }
#product_read_floor_1{ width:1200px;  overflow:hidden; margin:0 auto;}
#product_read_floor_1_1{ width:200px; overflow:hidden; float:left;}
#product_read_floor_1_2{ width:990px; overflow:hidden; float:right;}
#product_read_floor_1_2 .right_body{ border-top: 1px solid #e4e4e4;}
#product_read_floor_2_main{ background:#fff; overflow:hidden; margin-bottom:8px;}
#product_read_floor_2{ width:1198px;  overflow:hidden; margin:0 auto; border: 1px solid #ddd; border-top: 2px solid #ff3228;}
/*===产品模型 结束===*/
/*===招聘频道  开始===*/
.job{ }
.joblist { }
.joblist li {overflow: hidden;}
table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}
table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}
table.job_table th{color:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}
table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}
table.job_table .t2 { text-align:left;width:25%;}
table.job_table .t3 {font-weight:bold;width:25%;}
table.job_table .t4 {text-align:left;width:25%;}
table.job_table .operation{text-align:center; margin:0 auto;}
/*应聘*/
table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;}
table.resume_table th{ font-weight:bold; text-align:left; width:100px;}
table.resume_table td{text-align:left; }
table.resume_table .operation{text-align:center; }
table.resume_table #Detail{ height:200px;}
/*===招聘频道  结束===*/
/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border-bottom:1px solid #e4e4e4; margin-bottom:10px; }
.guestbooklist li .MessageTitle { color:#333; line-height:1.5em; font-weight:bold;}
.guestbooklist li .MessageTitle b{ font-weight:normal; color:#900;}
.guestbooklist li .MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }
/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }
/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#01673A; font-weight:bold;}
.message_body{ padding-left: 10px; padding-right: 10px; color:#626262; }
.message_bottom{}
/*===留言频道  结束===*/
/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width:99%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道布局 结束@@==========*/
/*==========@@公共板块  开始@@==========*/
/* 顶部 */
#top_main { height:32px; line-height:32px;  background:#f2f2f2; border-bottom: 1px solid #e5e5e5;}
#top { height:32px; line-height:32px; text-align:right;}
#top_1 {  text-align:left;}
#top_2 { float:right; text-align:right; }
#top .MobileEdition{ font-weight: normal; color:red;}
#top a { color:#666;  }
#top a:hover { color:#000; text-decoration:none}
/*首页顶部广告位 */
#topad_main {overflow:hidden;}
#topad {overflow:hidden; padding:0; margin:0;}
#topad a{ overflow:hidden; display:block;}
#topad a img{ width:100%;}
/*Logo*/
#logo_main { background:#fff;}
#logo {overflow:hidden; padding:0; height:80px;}
#logo .WebLogo{ float:left; width: 400px;}
#logo .WebLogo img{ height:80px;}
#logo #logo_1{ float:left;  width:545px; height:100%; margin-top: 15px; }
#logo #logo_2{ float:right;  width: 250px; height:100%; }
#logo_2 .mycart {  width: 75px;height: 34px; border: 1px solid #DFDFDF;padding: 0 28px 0 36px;background: #F9F9F9;
text-align: center; line-height: 34px; position: relative; margin-top: 15px; float:right; }
#logo_2 .mycart  i {display: block;position: absolute;overflow: hidden;}
#logo_2 .mycart .left{ top: 10px; left: 16px; width: 18px; height: 16px; background:url(../images/mycart.png) no-repeat;}
#logo_2 .mycart .right{  top: 11px;right: 10px;width: 7px; height: 13px; overflow: hidden;font: 400 13px/13px simsun; color: #999;}
#logo_2 .mycart .TotalItemCount{ position: absolute;top: -4px;left: 104px; display: inline-block; padding: 1px 2px; width:12px; height:12px;
    font-size: 12px;line-height: 12px; color: #fff;background: #DD2727;border-radius: 7px 7px 7px 0;min-width: 12px; text-align: center;}
#logo .Language{width:500px;float:right; padding:10px;}
#logo .Language .MobileEdition{ font-weight: bold; color:red;}
#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }
#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}
/*导航*/
#navigation_main { background:#DD2727; border-bottom: 0px solid #DD2727}
#navigation { height:36px; line-height:36px;}
#navigation ul.navigationlist li { float:left; line-height:36px; text-align:center;  }
#navigation ul.navigationlist li.first{ background:#c60a0a; width:210px; color:#fff; cursor:pointer; text-align:left; }
#navigation ul.navigationlist li a { display:block; padding:0px 15px; font-size:16px; color:#f5f5f5; border:0px dashed red;}
#navigation ul.navigationlist li a:hover { text-decoration:none;  color:#CF0; }
#navigation ul.navigationlist .current { color:#CF0; }
/*导航栏下拉*/
#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#017834; z-index:100}
#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline;}
#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:14px; padding:0px 20px; text-align:left}
#navigation  ul.subnavigationlist li a:hover {  background:#214E2F;  color:#fff; }
/*商品分类*/
#navigation #classlist{ display:block; }
#navigation ul.navigationlist li .AllGoodsClassification{ text-align: center; background:url(../images/class.png) 25px center no-repeat; width:210px;}
#navigation ul.navigationlist li .classlist { text-align:left; position:absolute; width:210px; height:460px; z-index:1000; background:#2e2e2e; display:none; margin-top:0px; }
#navigation ul.navigationlist li .classlist li { line-height:26px;  padding:2px 8px; cursor:pointer; float:none; text-align:left; border:0; }
#navigation ul.navigationlist li .classlist li h3{ color:#fff; }
#navigation ul.navigationlist li .classlist li h3 a{ font-size:14px; font-weight:bold; color:#fff; }
#navigation ul.navigationlist li .classlist li  i { float:right;font:9px/2em consolas; }
#navigation ul.navigationlist li .classlist li a { padding:5px 4px; color:#f0f0f0; font-size:12px; display:inline;}
#navigation ul.navigationlist li .classlist li a:hover { color:#fff; }
#navigation ul.navigationlist li .classlist li p{ text-indent:0;}
#navigation ul.navigationlist li .classlist li p a:hover{ color: #DD2727;}
#navigation ul.navigationlist li .classlist li.on { background:#fff; border:0;}
#navigation ul.navigationlist li .classlist li.on a{ color:#000;}
/*分类子菜单*/
#navigation ul.navigationlist li .classlist .subclass {display: none; position: absolute; left: 210px; top: 0;  height:460px;
width: 990px; padding: 0; color: #333; z-index:-1; background:#fff; }
#navigation ul.navigationlist li .classlist .subclass .ChannelPicture{ position: absolute; top:0; right:0; height:458px; width:205px; overflow:hidden;}
#navigation ul.navigationlist li .classlist .subclass .ChannelPicture img{ width:100%; height:100%;}
#navigation ul.navigationlist li .classlist .subclass dl { line-height:2em; overflow:hidden; clear:both;}
#navigation ul.navigationlist li .classlist .subclass dl a { padding:3px 5px; color:#666; font-size:12px;}
#navigation ul.navigationlist li .classlist .subclass dl a:hover { color:#DD2727;}
#navigation ul.navigationlist li .classlist .subclass dl dt{ font-weight:bold; width: 88px; text-align:left; float:left; text-indent:10px; color:#DD2727;}
#navigation ul.navigationlist li .classlist .subclass dl dt a{ color:#DD2727; }
#navigation ul.navigationlist li .classlist .subclass dl dd{ font-weight:normal; width: 678px; float:left; padding:3px 8px; padding-bottom:5px;
margin:0; border-bottom:1px dotted #d5d5d5; line-height:1.5em; white-space:nowrap;  }
#navigation ul.navigationlist li .classlist .subclass dl dd a { border-left: 1px solid #e0e0e0; padding: 1px 8px; margin-bottom:8px; float:left; }
/*公告*/
#announcement { margin-top:5px;  height:35px; line-height:35px;background-color:#f0f0f0; color:#0B3B7D;}
#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px; background:url(../images/announcement_title.gif) no-repeat 8px center; width:150px;}
#announcement .announcement_body{float:left; width:750px;}
#announcement .announcement_bottom{float:right; width:100px; }
.announcementlist{ }
.announcementlist li { line-height:35px; }
/*幻灯片*/
#banner_main {position:relative; border:0px solid blue; overflow:hidden; }
#banner {  margin:0 auto; overflow:hidden; width:1200px;}
#banner_1{width:210px;  float:left; background:#2e2e2e; position:relative;}
#banner_2{ width:750px; float:left; margin: 0; _margin-left:4px; /*解决ie6右侧文字重复*/}
#banner_2 img{ width: 750px; height:460px;}
#banner_3{ width:240px; height:460px; float:right; overflow:hidden; }
/*幻灯片分类*/
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:20px; height:20px; text-align:center;
background:#646464; margin-right:15px; overflow:hidden; font:12px/20px Arial; color:#fff; border-radius: 10px;}
#banner_main .hd ul li.on{  background:#DD2727;}
/*当前位置*/
#location_main { margin:10px 0; } 
#location {color:#666; }
#location a {color:#666;}
#location a:hover {color:#000;}
/*文章相关信息*/
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin-bottom:5px;}
.info_from_wrap a { color:#999; }
.info_from_wrap a:hover { color:#555; }
/*标签*/
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
#ReadLevelTip{ font-weight:bold; color:red;}
/*上一文章、下一文章*/
.info_previous_next_wrap{ background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; color:#333; line-height:1.8em}
.info_previous_next_wrap .Next a{ }
.info_previous_next_wrap .Previous a{ }
/*电梯*/
#elevator{ position:absolute; left:30px; top:80px; overflow:hidden; display:none;}
.elevatorlist li .floorid, .elevatorlist li.current .floorname, .elevatorlist li a:hover .floorname{ display: block; }
.elevatorlist li .floorname, .elevatorlist li.current .floorid, .elevatorlist li a:hover .floorid{ display: none; }
.elevatorlist li a{ font-size:14px; display:block; color:#625351; text-align:center; width:38px; height:30px; line-height:30px; 
border-bottom:0px solid #C4C4C4; margin:0; font-family: Arial; background:#f6f6f6;}
.elevatorlist li a:hover, .elevatorlist li.current a{ color:#fff;}
.elevatorlist li a.n1:hover, .elevatorlist li.current a.n1{ background:#93d46f;}
.elevatorlist li a.n2:hover, .elevatorlist li.current a.n2{ background:#f59f70;}
.elevatorlist li a.n3:hover, .elevatorlist li.current a.n3{ background:#8eaff2;}
.elevatorlist li a.n4:hover, .elevatorlist li.current a.n4{ background:#fca230;}
.elevatorlist li a.n5:hover, .elevatorlist li.current a.n5{ background:#ba99ed;}
.elevatorlist li a.n6:hover, .elevatorlist li.current a.n6{ background:#fb98a9;}
.elevatorlist li a.n7:hover, .elevatorlist li.current a.n7{ background:#ff857f;}
.elevatorlist li a.n8:hover, .elevatorlist li.current a.n8{ background:#ee9fcf;}
.elevatorlist li a.n9:hover, .elevatorlist li.current a.n9{ background:#f5b600;}
.elevatorlist li a.n10:hover, .elevatorlist li.current a.n10{ background:#b6c619;}
/*子频道列表*/
.subchannellist { }
.subchannellist li { line-height:24px; padding:1px; border-bottom:1px solid #E3E3E1;}
.subchannellist li a { display:block; padding:0 5px 0 25px; color:#000;}
.subchannellist li a:hover {  color:red; text-decoration:none; }
.subchannellist #current a {  font-weight:bold; color:red; }
.subchannellist .depth1{ font-size:12px; font-weight:bold;}
.subchannellist .depth2{ font-size:12px; text-indent:1.5em;}
.subchannellist .depth3{ font-size:12px; text-indent:3em}
.subchannellist .depth4{ font-size:12px; text-indent:4.5em}
.subchannellist .depth5{ font-size:12px; text-indent:6em}
.subchannellist .depth6{ font-size:12px; text-indent:7.5em}
/*筛选条件*/
#condition{   border: 0px solid #ddd; width:1198px; overflow:hidden;}
#condition .row{ display:block; overflow: hidden; zoom:1;border-bottom:1px solid #ddd; padding:8px 0; line-height:22px;}
#condition .left{ width: 98px;  color: #cf010e;float: left; text-indent:10px; font-size:12px;}
#condition .right{ width: 1100px; background: #fff; float: left; text-indent:10px;}
/*已选择条件*/
.selectedlist { text-align:center; text-indent:0;}
.selectedlist li { float:left; }
.selectedlist li a { display:block; position:relative; border: 1px solid #DDD; font-size:12px; height:22px; line-height:22px; margin-right:8px; float:left; padding:0 25px 0 0;}
.selectedlist li a b{ font-weight:normal; margin-right:5px; margin-left:5px;}
.selectedlist li a em{ color:#cf010e; font-style:normal; margin-right:5px;}
.selectedlist li a:hover { border: 1px solid #cf010e; }
.selectedlist li a i{ background:url(../images/xred.png) #fff no-repeat center center; display:block; position:absolute; top:0; right:0; width:25px; height:22px; cursor:pointer;}
.selectedlist li a:hover i{ background:url(../images/xwhite.png) #cf010e no-repeat center center; }
.selectedlist li.operator a{ color:#000; border:0;}
.selectedlist li.operator a:hover{ color:#cf010e; border:0;}
/*类型列表*/
.typelist { text-align:left; text-indent:0; overflow:hidden;}
.typelist li { float:left;}
.typelist li a { background:#FFF; padding:3px 5px; margin-right:10px; color:#666; font-size:12px;}
.typelist li a:hover { background:#DD2727; color:#FFF;text-decoration:none; _background:#fff;_color:#cf010e;}
/*品牌列表*/
.brandlist { text-align:left; text-indent:0; overflow:hidden;}
.brandlist li { overflow:hidden; float:left; margin-right:8px; margin-top:3px; line-height:0;}
.brandlist li img { border:1px solid #ddd; width:100px; height:40px; }
.brandlist li a:hover img{ border:1px solid #cf010e; }
/*属性列表*/
.typeattributelist { text-align:left; text-indent:0; overflow:hidden}
.typeattributelist li { overflow:hidden; float:left; }
.typeattributelist li a { background:#FFF; padding:3px 5px; margin-right:10px; color:#666; font-size:12px; }
.typeattributelist li a:hover { background:#cf010e; color:#fff; text-decoration:none; _background:#fff;_color:#cf010e;}
/*价格列表*/
.pricerangelist { text-align:left; text-indent:0; overflow:hidden}
.pricerangelist li { overflow:hidden; float:left; }
.pricerangelist li a { background:#FFF; padding:3px 5px; margin-right:10px; color:#666; font-size:12px; }
.pricerangelist li a:hover { background:#DD2727; color:#fff; text-decoration:none; _background:#fff;_color:#cf010e;}
/*侧边栏*/
#sidebar_main{ width:35px; height:100%; position:fixed; top:0; right:-35px; z-index:99999; background: #000; box-shadow:1px 2px 5px #999;
_position:absolute; _top: expression(eval(document.documentElement.scrollTop)); _right:0; _height:expression(eval(document.documentElement.clientHeight));}
#sidebar{ width:35px; color:#fff; height:100%;}
#sidebar #sidebar_1{ position:absolute; top: 0;}
#sidebar #sidebar_2{ position:absolute; top: 30%;}
#sidebar #sidebar_3{ position:absolute; bottom: 0; }
#sidebar a{ color:#fff; display:block; width:35px; padding: 0; cursor:pointer;}
#sidebar a:hover{ background-color:#DD2727;}
#sidebar a.cart i{ background:url(../images/sidebar_cart_red.png) no-repeat; display:block; width:100%; height:35px;}
#sidebar a.cart:hover i{ background:url(../images/sidebar_cart_white.png) no-repeat;  }
#sidebar a.cart .MyShoppingCart{ padding: 0 10px 3px 10px;}
#sidebar a.cart .TotalItemCount{ text-align:center;}
#sidebar a.cart:hover .TotalItemCount{ color:#fff;}
/*浮动提示*/
#sidebar p{ display:none; position:absolute; right:60px;font-size: 12px; text-align: center; margin:0;}
#sidebar .message p{ width:80px; height:35px; line-height:35px; background:#494949;  bottom: 70px;}
#sidebar .qrcode p{  width:115px; height:132px; bottom: 1px; background:#fff; padding:3px; border:1px solid #ddd;}
#sidebar .qrcode p .WxQrcode{ width:100%; cursor:default;}
#sidebar .qrcode p .WxName{ color:#000; padding:3px 0; text-align:center; overflow:hidden; cursor:default;}
#sidebar .gotop p{ width:80px; height:35px; line-height:35px; background:#494949;  bottom: 0; }
#sidebar p i{ position: absolute; width: 16px;height: 16px;line-height: 16px;text-align: center; font-size: 16px; top: 10px; right: -8px; color: #494949;}
/*搜索 */
table.search_table{ width:100%; text-align:center;}
table.search_table th{ vertical-align:middle; text-align:right; padding:0px;}
table.search_table td{ vertical-align:middle; text-align:right; width:90px; padding:0px;}
.search{ height: 36px;}
input.btn-search{ float: left;width: 82px; height: 36px;background: #c40000;border: 0;line-height: 1;color: #fff; font-size: 16px;cursor: pointer; margin:0; }
input.btn-keywords{ float: left; width: 370px; height: 24px; line-height: 24px;color: #666; padding: 4px; margin:0;
border-width: 2px 0 2px 2px; border-color: #c40000; border-style: solid;outline: 0; margin-bottom: 4px; }
/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }
.contact_title{ height:35px; line-height:35px; border: solid 1px #e4e4e4; background:#F5F5F5;}
.contact_title h2 { text-indent:1em; font-size:14px; color:#000;  }
.contact_body { overflow:hidden; zoom:1;  color:#000; padding:5px;  border: solid 1px #e4e4e4; border-top:0; }
.contact_bottom { height:10px; }
/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}
/* 友情链接 */ 
#link_main { background:url(../images/foot_2.jpg); }
#link { padding:0; }
.link_title { line-height:69px; height:69px;  color:#fff;  }
.link_title h2 { font-size:20px; color:#fff; font-weight: normal; text-indent:40px;}
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
.link_pic { overflow:auto; zoom:1;  }
.link_pic ul li { float:left; padding:1px 5px; text-align:center; width:112px;}
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #6C9ACC; }
.link_text { overflow: hidden; zoom:1; padding:8px 0 0 0; }
.link_text ul li { float:left; text-align:center; padding:1px 15px; overflow:hidden;white-space:nowrap;}
.link_text a { line-height:22px; color:#b7b7b7; }
.link_text a:hover { line-height:22px; color:#fff; }
/* 服务保障 */
#ensure_main { background:#fff; border-bottom: 1px solid #ebebeb; border-top: 1px solid #D1D7DC;}
#ensure { text-align:center;}
#ensure img{ padding:10px 25px;}
/* 帮助信息 */
#help_main {  }
#help { text-align:left; background:url(../images/cat.jpg) left bottom no-repeat; padding-bottom:25px;}
#help dl{ margin:5px 0px; width:200px;  float:left;}
#help dl dt{ font-size:16px; padding:6px 0;}
#help dl dt.last{ text-align:center; }
#help dl dt .WxName{ font-size:12px; }
#help dl dt img{ width: 120px; height:120px; margin-bottom:5px;}
#help dl dd{ margin:0; padding:0;}
#help dl dd a{ display: block; padding:3px 0; font: 12px/150% Arial,Verdana;}
/* 版权信息 */
#copyright_main { color:#ccc; background:#000; border-top:2px solid #c40000; padding:10px 0;}
#copyright { line-height:2em;  font: 12px/150% Arial,Verdana;}
#copyright .bottom_navigation{text-align: left;padding: 5px 0px; }
#copyright .line{ padding:0px 8px;}
#copyright a {color: #ccc; text-decoration: none; font: 12px/150% Arial,Verdana;}
#copyright a:hover {color: #fff; text-decoration: none;}
#copyright .bottom_info{ text-align:left;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ text-align:left;}
#copyright .Authentication{ text-align:left;}
#copyright .Authentication img{padding:8px 5px; }
/*分页样式*/
.page { padding:4px 0px 0px 1px; float:right; clear:both;}
.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 6px; margin-left:4px; line-height:22px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#CC0001; color:#FFF; }
.page .current{ background:#CC0001; color:#FFF;}
.page #total{color:red}
/*会员登录*/
table.login_table{ width:90%; text-align:center; margin:5px auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;  white-space:nowrap;}
table.login_table td{ text-align:left; width:200px;}
table.login_table .operation{text-align:left}
table.login_table .quick_login td{text-align:left; padding:10px 0;}
table.login_table .quick_login td img{ margin-right:8px; float:left;}
/*会员注册*/
table.reg_table{ width:90%; text-align:center; margin:5px auto;}
table.reg_table th{ width:120px; text-align:left; font-weight:bold;  white-space:nowrap;}
table.reg_table td{  text-align:left; }
table.reg_table .MemberCode{  text-align:left; width:70px;}
table.reg_table .operation{ text-align:left;}
table.reg_table #SmsCode{width:50px;}
/*忘记密码 第一步*/
table.forget_table1{ width:90%; text-align:center; margin:5px auto;}
table.forget_table1 th{ width:120px; text-align:left; font-weight:bold; white-space:nowrap;}
table.forget_table1 td{ text-align:left;  }
table.forget_table1 .operation{text-align:left}
/*忘记密码 第二步*/
table.forget_table2{ width:90%; text-align:center; margin:5px auto;}
table.forget_table2 th{ width:120px; text-align:left; font-weight:bold; white-space:nowrap;}
table.forget_table2 td{ text-align:left; }
table.forget_table2 .operation{text-align:left}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}
/*第三方账号登录*/
.oauth{}
.oauth_title{  overflow:hidden; padding-left:15em; font-size:16px; position:relative; margin-bottom:-1px; z-index:1;}
.oauth_title .create_user, .oauth_title .bind_user{ float:left; padding:10px 20px; cursor:pointer; margin-right:10px; background:#f0f0f0; border:1px solid #e0e0e0; }
.oauth_title .current{ background:#fff; border-bottom:1px solid #fff;}
.oauth_body{ overflow:hidden; border-top: 1px solid #f0f0f0; position:relative; padding:10px 0;} 
table.oauth_table{ width:350px; text-align:center; margin:5px auto;}
table.oauth_table th, table.oauth_table td{ padding:3px 0;}
table.oauth_table th{ width:100px; text-align:left; }
table.oauth_table td{  text-align:left; width:200px;}
table.oauth_table .operation{text-align:center}
/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*商品所有分类页标题*/
.all_title{ height:35px; line-height:35px; border: solid 1px #efefef; background:#fafafa;}
.all_title h2 { text-indent:1em; color:#000;  }
.all_title h2 a{ border-left:3px solid #ff2832; padding-left:8px; font-size:15px; font-weight:bold;}
.all_body { overflow:hidden; zoom:1;  color:#000; padding:8px 5px;  border: solid 1px #efefef; border-top:0}
.all_body .brand{ overflow:hidden; zoom:1; margin-bottom:10px;}
.all_body .brand a{ display:block; width:10%; float:left; text-align:center; margin-bottom:5px;}
.all_body .brand a img{ width:90%; border: 1px solid #efefef;}
.all_body dl, .all_body dt, .all_body dd{ padding:0; margin:0; overflow:hidden; zoom:1; }
.all_body dl{ margin:8px 0; clear:both;}
.all_body dt{ float:left; width:120px; text-align:center; }
.all_body dd{ float:left; width:1050px; }
.all_body dt a{ color:#000; font:12px/150% Arial,Verdana; font-weight:bold;}
.all_body dd a{ padding-right: 22px; font:12px/160% Arial,Verdana; text-align:left; }
.all_bottom { height:12px; }
/*===商品评论 开始===*/
/*评论结果：好评率*/
.GoodsComment{}
.GoodsCommentResult{ border-bottom:1px solid #e4e4e4; overflow:hidden; height:100px; padding:8px 0;}
.GoodsCommentResult .GoodRate{ width:180px;height:100%;  float:left; border-right:0px solid #e4e4e4; overflow:hidden;}
.GoodsCommentResult .GoodRate .GoodRateValue{ color:#e01d20; text-align:center; }
.GoodsCommentResult .GoodRate .GoodRateValue b{ font-size: 53px; }
.GoodsCommentResult .GoodRate .GoodRateValue .PercentSign{font-family: Arial,Helvetica,sans-serif;font-size: 33px;}
.GoodsCommentResult .GoodRate .GoodRateText{ text-align:center; height:25px;}
/*评论结果：好评、中评、差评*/
.GoodsCommentResult .StatResult{ width:150px;height:100%; float:left; border-right:0px solid #e4e4e4; }
.GoodsCommentResult .StatResult dl{ margin:0;}
.GoodsCommentResult .StatResult dt{ font-size:12px;}
.GoodsCommentResult .StatResult dt em{ font-style:normal; color:#999; padding:0 5px;}
.GoodsCommentResult .StatResult dd{ margin:0; background:#ddd; height:6px;}
.GoodsCommentResult .StatResult dd div{ background:#e01d20;  height:6px; width:0;}
.GoodsCommentResult .Tip{  width:600px; height:100%; float:right;}
/*评论选项卡*/
.GoodsCommentTab{overflow:hidden; border-bottom:1px solid #e4e4e4; }
.GoodsCommentTab li{ float:left; padding:0 12px; overflow:hidden; height:42px; line-height:42px; }
.GoodsCommentTab li.current{border-bottom:1px solid #e01d20; }
.GoodsCommentTab li a{ color:#666; }
.GoodsCommentTab li a i{ font-style:normal;}
.GoodsCommentTab li a:hover, .GoodsCommentTab li.current a{ color:#e01d20; }
/*评论列表*/
.GoodsCommentContent{}
.goodscommentlist{ font-size: 12px; font-family: Arial,Verdana; overflow:hidden; }
.goodscommentlist li{ overflow:hidden; border-bottom:1px solid #e4e4e4; padding:10px 0; }
.goodscommentlist li .MemberAvatar{ float:left; width:120px; text-align:center;}
.goodscommentlist li .MemberAvatar img{ border: 1px solid #dedede;vertical-align: top; width: 70px; height: 70px;}
.goodscommentlist li .GuestName{ padding:5px 0;}
.goodscommentlist li .CommentContent{ float:left; width:710px; display:block; line-height:1.6em;}
.goodscommentlist li .CommentTime{float:right; color:#999; width:140px; text-align:center; padding-top:15px;}
.goodscommentlist li .CommentTime b{ font-weight:normal; color:#e01d20; display:block; padding:5px 0;}
/*评论回复*/
.GoodsCommentReply{ color: #F90; line-height:1.8em; background: #f5f5f5; padding: 5px 8px; margin:8px 10px;}
.GoodsCommentReply .replycommentlist li{ border-bottom:1px solid #ddd; padding:5px 0;}
.GoodsCommentReply .replycommentlist li .GuestName{ display:inline; }
.GoodsCommentReply .replycommentlist li .CommentContent{ display:inline; float:none;}
.GoodsCommentReply .replycommentlist li .CommentTime { float: none;color: #999; text-align: center; margin:0 1px;}
/*评论分页*/
.GoodsCommentPage{ overflow:hidden; float:right; padding:10px 0; }
.GoodsCommentPage li{ float:left; border-radius: 2px;  background: #f7f7f7; padding: 4px 1em;border: 1px solid #ddd; margin-left: 3px; vertical-align: middle; cursor:pointer;}
.GoodsCommentPage li a{ color: #333; }
.GoodsCommentPage li a:hover{ color: #e33b3d; }
.GoodsCommentPage li.active{ border: 0;cursor: default; background: none;}
.GoodsCommentPage li.active a{ color: #e33b3d; font-weight: bold; cursor: default; }
.GoodsCommentPage li.disabled{ cursor:not-allowed; }
.GoodsCommentPage li.disabled a{ color: #999;cursor:not-allowed;}
/*评论表单*/
.GoodsCommentForm{ margin-top:15px; overflow:hidden; clear:both;}
table.goods_comment_table{ width:99%; text-align:center; margin:0 auto; border-spacing:0; font-size: 12px; }
table.goods_comment_table th{ width:80px; text-align:left; white-space:nowrap; font-weight:normal;  }
table.goods_comment_table td{  text-align:left; padding:3px 0;}
table.goods_comment_table .operation{text-align:left;}
table.goods_comment_table #CommentContent{ height:70px; border: 1px solid #e0e0e0;}
table.goods_comment_table  label{ float:left; margin-right:30px;}
table.goods_comment_table  label .form_radio{ float:left; }
/*===商品评论 结束===*/
/*==========@@公共板块  结束@@==========*/
/*==========@@通用列表 开始@@==========*/
/*文字列表*/
.textlist{ }
.textlist li { line-height:28px; height:28px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/ }
.textlist1{ }
.textlist1 li { line-height:28px; height:28px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 3px center; overflow:hidden;width:100%;/*解决ie6bug*/
text-overflow:ellipsis; white-space:nowrap; clear:both;}
.textlist1 li.first{ background:none; height:195px; text-indent:0; line-height:0; font-size:0;}
.textlist1 li img{ width:100%; height:100%; display:block;}
/*带缩略图文字列表*/
.thumblist{}
.thumblist li {}
/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist li {height: 313px;overflow: hidden; float:left; width:232px; overflow:hidden;  border:4px solid #fff; margin-bottom:10px; padding:5px 0; position:relative;}
.gridlist li:hover{ border:4px solid #bc0000; }
.gridlist li img { width:90%; display:block; margin:0 auto;}
.gridlist li .InfoTitle{ display:block;width:90%; height: 48px; overflow:hidden; text-align:left;  line-height:30px; font: 12px/150% Arial,Verdana; margin:0 auto;}
.gridlist li .InfoPrice{width:90%; margin:0 auto;}
.gridlist li .operator{width:90%; margin:5px auto;overflow:hidden;}
.gridlist li .num {width: 28px;height: 26px; border: 1px solid #dbdbdb; border-radius: 3px;line-height: 26px;text-align: center; 
margin-right: 2px; float: left; padding:0; margin:0; margin-right:2px;}
.gridlist li .edit {width: 16px; height: 28px; border-radius: 3px; float: left;overflow: hidden;background: url(../images/num.png) no-repeat 0 center;}
.gridlist li .edit a {display: block;width: 16px;height: 14px;}
.gridlist li .LabelName{ position:absolute; right:2px; top:2px; background:url(../images/label.png) no-repeat; 
height:51px; width:20px; color:#fff; text-align:center; line-height: 1.1em; }
/*橱窗列表1*/
.gridlist1{  }
.gridlist1 li { overflow:hidden;      border-bottom: 1px solid #e4e4e4; margin-bottom:5px; padding:5px 0;}
.gridlist1 li img { width:90%; display:block; margin:0 auto; border:1px solid #fff;}
.gridlist1 li img:hover{ border:1px solid #e9e9e9; -webkit-box-shadow: 0 0 2px 2px #f8f8f8;-moz-box-shadow: 0 0 2px 2px #f8f8f8;box-shadow: 0 0 2px 2px #f8f8f8;}
.gridlist1 li .InfoTitle{ display:block;width:90%; overflow:hidden; text-align:left;  line-height:30px; font: 12px/150% Arial,Verdana; margin:0 auto;}
.gridlist1 li .InfoPrice{width:90%; margin:0 auto;}
/*橱窗列表2*/
.gridlist2{ overflow:hidden; border-right: 1px solid #ededed; border-top: 1px solid #ededed;}
.gridlist2 li { float:left; width:246px; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;text-overflow:ellipsis; 
border-bottom: 1px solid #ededed; border-left: 1px solid #ededed;  }
.gridlist2 li.first{ width:492px; height:236px; position: relative;}
.gridlist2 li img {  height:160px; width:160px; margin:5px;}
.gridlist2 li .InfoTitle {display:block; width: 210px; height: 38px; overflow:hidden; text-align:left; text-overflow:ellipsis; padding:0; 
margin:0 auto; font:12px/150% Arial,Verdana; }
.gridlist2 li .InfoPrice{  width: 210px; margin:0 auto;  padding:0 0 10px 0;}
.gridlist2 li a{ color: #646464;}
.gridlist2 li a:hover{ color: #DD2727;}
/*首页楼层相册列表风格*/
.albumlist1{ overflow:hidden; }
.albumlist1 li { float:left; text-align:center; overflow:hidden; width:100%;}
.albumlist1 li img { width:492px; height:236px; cursor:pointer; border: 0; margin:0; padding:0;}
.gridlist2 li .hd{ width:100%; position:absolute; bottom:5px; height:5px; text-align:center; border:0px solid red; }
.gridlist2 li  .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:16px; height:4px; text-align:center; float:none;
background:#646464; margin-right:10px; overflow:hidden; font-size:0; color:#fff; padding:0; border:0; text-indent:-100px;}
.gridlist2 li  .hd ul li.on{  background:#DD2727; }
/*橱窗列表1*/
.gridlist3{ overflow:hidden; }
.gridlist3 li {float:left; text-align:center;  overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap; width:14.2%}
.gridlist3 li a{ display:block; text-align:center;  overflow:hidden;}
.gridlist3 li img { width:99%;}
/*相关信息列表*/
.inforelationlist{ overflow:hidden; border-right: 1px solid #ededed;}
.inforelationlist li { float:left; width:16.6%; text-align:center; overflow:hidden; display:inline /*解决ie6 双边距bug*/;text-overflow:ellipsis; }
.inforelationlist li.first, .inforelationlist li.last{ width:16px;}
.inforelationlist li img {  height:90%; width:90%; margin:5px;}
.inforelationlist li .InfoTitle {display:block; width: 90%; height: 38px; overflow:hidden; text-align:left; text-overflow:ellipsis; padding:0; margin:0 auto; font:12px/150% Arial,Verdana; }
.inforelationlist li .InfoPrice{  width: 90%; margin:0 auto;  padding:0 0 10px 0;}
.inforelationlist li a{ color: #666;}
.inforelationlist li a:hover{ color: #C81623;}
/*相册列表*/
.albumlist{ overflow:hidden; float:left; height:54px; width:310px; outline:0px dashed red;}
.albumlist li { float:left; text-align:center; overflow:hidden; width:61px; height:60px;}
.albumlist li img { width:50px; height:50px; cursor:pointer; border: 2px solid #fff;}
.albumlist li.on img{ border: 2px solid #e4393c; }
.InfoAlbum .myalbum { float: left; }
.InfoAlbum .sPrev, .InfoAlbum .sNext {float: left; display: block; width: 16px; height: 54px;background: url(../images/arrow.png) no-repeat; cursor: pointer; margin:0 2px; outline:0px dashed red;}
.InfoAlbum .sPrev{ background-position: 2px center; }
.InfoAlbum .sPrev:hover{ background-position: -27px center; }
.InfoAlbum .sNext{ background-position: -13px center; }
.InfoAlbum .sNext:hover{ background-position: -42px center; }
/*商品参数选项卡*/
.producttablist{ overflow:hidden; }
.producttablist li { float:left; text-align:center; overflow:hidden; width:120px; padding:0 5px; cursor:pointer; background:#fff; 
border:1px solid #e4e4e4; border-left:0; border-top:1px solid #fff;}
.producttablist li.current{ color:#e01d20; border-top: 1px solid #e01d20; border-bottom-color: #FFF; padding-top: 0;}
.GoodsSpecification{ display:none;}
.specification_table{ width: 100%; border-collapse:collapse; font-family:宋体; font-size:12px; color:#666;}
.specification_table .TypeGroupName{ border-bottom:1px solid #e4e4e4; color:#333; text-align:left; padding:8px 0px; }
.specification_table .TypeAttributeName{ width: 135px; text-align:left; padding:5px 0px; white-space:nowrap;}
.specification_table .AttributeValue{}
/*视频列表*/
.videolist{ }
.videolist li { width: 355px; float:left; margin:0 5px; text-align:center; overflow:hidden;}
.videolist li img { border:1px solid #E1E1E1; width:100%;}
.videolist li a { white-space:nowrap; }
.videolist li a.InfoTitle{ display: block; text-align:center; padding:8px 0;}
/*选项卡切换列表*/
.tablist { overflow: hidden; zoom:1; float:right; }
.tablist  li { float:left;  /*height:36px; */overflow:hidden; white-space:nowrap; background:none;
border: 0px solid #f5f5f5; border-bottom:0;}
.tablist  li a{  border-left: 1px solid #e6e6e6; padding:0px 12px;  }
.tablist  li a.n1{ border:0;}
.tablist  li.on{ color:#fff; border: 0px solid  #000; border-bottom:0px solid #fff; background:#000;}
.tablist  li.on a{ color:#fff; border:0;}
/*浏览历史*/
.historylist{  }
.historylist li { overflow:hidden; border-bottom: 1px solid #e4e4e4; margin-bottom:5px; padding:5px 0;}
.historylist li a.InfoPicture{ float:left;}
.historylist li img { width:80px; height:80px; display:block; border:1px solid #fff; }
.historylist li img:hover{ border:1px solid #e9e9e9;}
.historylist li .InfoTitle{ display:block;width:100%; overflow:hidden; text-align:left;  line-height:30px; font: 12px/150% Arial,Verdana; margin:0 auto;}
.historylist li .InfoPrice{ line-height:80px; float:right; height:80px; padding:0; padding-right:5px;}
.historylist li.last{border:0; text-align:right; margin-bottom:0;}
/*销售排行榜*/
.toplist{  }
.toplist li { overflow:hidden; border-bottom: 1px solid #e4e4e4; margin-bottom:5px; padding:5px 0;}
.toplist li a.InfoPicture{ float:left;}
.toplist li img { width:80px; height:80px; display:block; border:1px solid #fff; }
.toplist li img:hover{ border:1px solid #e9e9e9;}
.toplist li .InfoTitle{ display:block;width:100%; overflow:hidden; text-align:left;  line-height:30px; font: 12px/150% Arial,Verdana; margin:0 auto;}
.toplist li .InfoPrice{ line-height:30px; float:right; height:30px; padding:0; padding-right:5px;}
.toplist li .Quantity{ line-height:30px; float:right; height:30px; padding:0; padding-right:5px;}
.toplist li.last{border:0; text-align:right; margin-bottom:0;}
/*==========@@通用列表  结束@@==========*/
/*==========@@购物车 开始@@==========*/
/*公共*/
.cart_price{ font-weight:bold; color:#F00;}
/**购物进度*/
.progress{ overflow:hidden; margin:8px 0;}
.progresslist li{ width: 33.3%; height: 35px; line-height:35px; float:left; text-align:center; background: #f1f1f1; color:#999;}
.progresslist li i{ display: block;background: url(../images/progresslist.png) no-repeat;float: right;width: 22px; height: 35px;}
/*step1*/
.progress #step1 li.n1 { color: #f60; background: #ffe6bc; }
.progress #step1 li.n1 i {background-position: 0px -35px;}
/*step2*/
.progress #step2 li.n1 i { background-position: 0px -70px; }
.progress #step2 li.n2 { color: #f60; background: #ffe6bc; }
.progress #step2 li.n2 i{ background-position: 0px -35px; }
/*step3*/
.progress #step3 li.n2 i{ background-position: 0px -70px; }
.progress #step3 li.n3 { color: #f60; background: #ffe6bc; }
/*购物车列表*/
.cart_table{ width: 100%; border-collapse:collapse; }
.cart_table thead{ background: #F5F5F5;}
.cart_table td, .cart_table th{ padding:8px 0px; text-align:center; }
.cart_table, .cart_table th, .cart_table td{ border:1px solid #e4e4e4; }
.cart_table .tImage{ width: 180px; }
.cart_table .tProductName{}
.cart_table .tPrice{ width: 100px;  }
.cart_table .tQuantity{ width: 120px; }
.cart_table .tTotalItemPrice{ width: 110px;  padding-left:10px;}
.cart_table .tOperation{ width: 110px;}
.cart_table .tTotalPrice{ text-align:right; padding-right:10px;}
.cart_table tfoot th{ text-align:right; }
.cart_table tfoot td{ text-align:center; }
.cart_table tfoot .trCartCheckout th{ padding:0;}
/*值*/
.cart_table .form_quantity{ width: 45px; height: 24px;border: 1px solid #e9e9e9;float: left; line-height: 24px;text-align: center;padding: 0;margin: 0;outline: none;}
.cart_table .TotalPrice, .cart_table .TotalItemPrice{font-weight:bold; color:red; }
.cart_table .TotalCount,  .TotalItemCount{ font-weight:bold; color:red;}
.cart_table .IncQuantity, .cart_table .DecQuantity{ width: 26px; height: 26px;float: left; color: #ccc; padding:0; cursor:pointer; }
.cart_table .IncQuantity { background: url(../images/increase.png) #e9e9e9 center center no-repeat;}
.cart_table .DecQuantity { background: url(../images/decrease.png) #e9e9e9 center center no-repeat; margin-left:10px;}
.cart_table .InfoPicture{ height: 100px;}
.cart_table .ProductName{ padding: 5px;}
.cart_table .CartEmptyText{ font-weight:bold; color:red; text-align:left; padding-left:5px; float:left; display:none;}
/*按钮*/
.cart_table .btnGoShoping{ cursor: pointer; background:#e4e4e4; padding:10px 12px; color:#666; float:left;}
.cart_table .btnGoShoping:hover{ color: #c81623;}
.cart_table .btnClearCart{ cursor: pointer;  background:#e4e4e4; padding:10px 12px; color:#666; float:right;}
.cart_table .btnClearCart:hover{ color: #c81623;}
.cart_table .btnCheckout{ cursor: pointer; background:#cf010e; padding:10px 35px; color:#fff; float:right;}
.cart_table .btnCheckout:hover{ color: #eee; background:#E70A18;}
/*收货人信息*/
.cart_title{ padding:15px 0px; font-weight:bold; font-size:14px;}
.consignee_title{ padding:15px 0px; font-weight:bold; font-size:14px;}
.consignee_table{ width: 100%; border-collapse:collapse;}
.consignee_table td , .consignee_table th{ padding:2px 1px;}
.consignee_table th{ width: 120px; background:#F5F5F5;}
.consignee_table td{ }
.consignee_table, .consignee_table th, .consignee_table td{ border:1px solid #e4e4e4; }
.consignee #ConsigneeRealName, .consignee #ConsigneeEmail, .consignee #ConsigneeMobile, 
.consignee #ConsigneeTelephone, .consignee #ConsigneePostcode{ width:150px; }
.consignee #ConsigneeAddress{ width:450px; }
.consignee #ConsigneeRemark{ width:98%; height:80px;}
/*配送方式*/
.shipping_title{ padding:15px 0px; font-weight:bold; font-size:14px;}
.shipping_bottom{ height:30px; margin:10px; text-align:center;}
.shipping_table{ width: 100%; border-collapse:collapse;}
.shipping_table th{ width: 200px; text-align:left; padding-left: 15px; background:#F5F5F5;}
.shipping_table td{ text-align:left; line-height:1.8em; padding:5px 10px;}
.shipping_table, .shipping_table th, .shipping_table td{ border:1px solid #e4e4e4; }
.shipping_table .ShippingDescription{ font-size:12px; color:#999; line-height: 20px; }
/*支付方式*/
.pay_title{ padding:15px 0px; font-weight:bold; font-size:14px;}
.pay_table{ width: 100%; border-collapse:collapse; }
.pay_table th{ width: 200px; text-align:left; padding-left: 15px; background:#F5F5F5;}
.pay_table td{ text-align:left; line-height:1.8em; padding:5px 10px;}
.pay_table, .pay_table th, .pay_table td{ border:1px solid #e4e4e4; }
.pay_table .PayDescription{ font-size:12px; color:#999; line-height: 20px; }
/*支付方式*/
.pay_title{ padding:15px 0px; font-weight:bold; font-size:14px;}
.pay_body{}
.pay_table{ width: 100%; border-collapse:collapse; }
.pay_table tr.current td{ background:#F5F5F5;}
.pay_table th{ width: 200px; text-align:left; padding-left: 15px; background:#F5F5F5;}
.pay_table td{ text-align:left; line-height:1.8em; padding:5px 10px;}
.pay_table, .pay_table th, .pay_table td{ border:1px solid #e4e4e4; }
.pay_table .PayDescription{ font-size:12px; color:#999; line-height: 20px; }
.pay_bottom{ padding:15px 0;}
/*优惠券*/
.coupon{}
.coupon_title{ padding:15px 0px; font-weight:bold; font-size:14px;}
.coupon_body{ padding-left:15px;}
.coupon_bottom{ padding:0;}
.coupon_body .btnCoupon{border:1px solid #ccc; margin-left:3px; padding:3px 8px; cursor:pointer;}
.coupon_body .btnCoupon:hover{ border:1px solid #aaa; color:#000;}
.coupon_body .form_text{ width:125px; padding:2px 3px;}
.coupon_body #CouponSendID{ margin-right: 30px;}
/*积分*/
.point{}
.point_title{ padding:15px 0px; font-weight:bold; font-size:14px;}
.point_body{ padding-left:15px;}
.point_bottom{ padding:0;}
.point_body .btnPoint{border:1px solid #ccc; margin-left:3px; padding:3px 8px; cursor:pointer;}
.point_body .btnPoint:hover{ border:1px solid #aaa; color:#000;}
.point_body #Point{ width:82px; padding: 2px 3px; margin-left:3px;}
.point_body .YourTotalPoint{ margin-left:10px;}
.point_body .YourTotalPoint i{ font-style:normal; color:#F00;}
.point_body .MaxUsePoint{ margin-left:10px;}
.point_body .MaxUsePoint i{ font-style:normal; color:#F00;}
/*在线支付*/
.orderinfo{ overflow:hidden;}
.orderinfo .OrderNumber{color:#00F;}
.orderinfo .TotalPrice, .orderinfo .ShippingPrice, .orderinfo .PayPrice, .orderinfo .TotalOrderPrice, .orderinfo .DiscountPrice{ color:#F00;}
.orderinfo_title{}
.orderinfo_body{ line-height:2em; font-size:16px;}
.orderinfo_bottom{ text-align:center; }
.payment .pay_title{ font-size:16px; font-weight:normal;}
.payment .OrderOnlinePayFinish{ color:#F00; }
/*==========@@购物车 结束@@==========*/
/*==========@@jQZoom Version 2.2 样式开始@@==========*/
.jqzoom{ border:0px solid black;float:left;position:relative;padding:0px;cursor:pointer;}
.jqzoom img{ float:left; }
div.zoomdiv { z-index : 100; position: absolute; top:0px; left:0px; width: 200px; height: 200px;
background: #ffffff;border:1px solid #CCCCCC;display:none;text-align: center;overflow: hidden; }
div.jqZoomPup {z-index : 100;visibility : hidden;position: absolute; top:0px; left:0px; width : 50px;height : 50px;border: 1px solid #aaa;
background: #ffffff; opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50); }
/*==========@@jQZoom Version 2.2 样式结束@@==========*/
body{font-family:"微软雅黑",Verdana,Arial;font-size:12px;line-height:150%;margin:0;padding:0;color:#333;overflow-x:hidden;}div{margin:0 auto;padding:0}dd,dl,dt,form,h1,h2,h3,h4,h5,h6,img,li,p,ul{margin:0;padding:0;border:none;list-style-type:none}
.block{width:1105px;height:auto;background-color:#FFF}
.block2{width:1200px;height:auto;}
.pr{position:relative;}
.f_l{float:left}
.f_r{float:right}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.dis{display:block}
.inline{display:inline}
.none{display:none}
.dashed{background:url(../images/lineBg.gif) repeat-x left top;color:#3f3f3f;padding:2px 0 3px 12px}a{color:333333;text-decoration:none}a:link{color:#333;text-decoration:none}a:visited{text-decoration:none;color:#333}a:hover{color:#CA3A31;text-decoration:none}a:active{text-decoration:none;color:#333}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}*html .clearfix{height:1%}
.word{word-break:break-all}
.B_blue{border:1px solid #c5e4ff}
.B_red{border:1px solid #900}
.B_input{border:1px solid #EEE}
.inputBg{border:1px solid #b3b3b3;background:url(../images/inputbg.gif) repeat-x left top;height:18px}
.f1{color:#9B0101}
.f2{color:#006bd0;font-weight:700;margin-right:15px}
.f3{color:#9e9e9e}
.f4{color:#9B0101}
.f4_b{color:#9B0101;font-weight:700}
.f5{font-size:14px;font-weight:700}
.f7{color:#FF0}
.f7:hover{color:#FFF}
.market{color:#900;font-size:18px}
.shop{color:#c40100;font-size:20px;font-weight:700}
.market_s{text-decoration:line-through}
.shop_s{color:#9B0101}
.bnt_blue{background:url(../images/bg.gif) no-repeat 0 0;width:52px;height:21px;text-align:center;line-height:21px;color:#fff;border:none}
.bnt_blue_1{background:url(../images/bg.gif) no-repeat 0 -663px;width:77px;height:21px;text-align:center;line-height:21px;color:#fff;border:none}
.bnt_blue_2{background:url(../images/bg.gif) no-repeat 0 -696px;width:139px;height:21px;text-align:center;line-height:21px;color:#fff;border:none}
.bnt_bonus{background:url(../images/bg.gif) no-repeat -56px 0;width:52px;height:21px;text-align:center;line-height:21px;color:#fff;border:none}
.box{overflow:hidden}
.boxCenterList{padding:4px}h3{padding:0 10px;background-color:#F1F1F1;height:25px;line-height:25px;color:#9B0101;margin:2px;font-size:12px}
.scre h3{background-color:#F1F1F1;height:25px;line-height:25px;color:#9B0101;margin:2px;font-size:12px;padding:0 10px}
/* 微信 */
.fl_open_wrap{
    bottom: 55px;
    display: none;
    height: 150px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 120px;
    z-index: 99999;
    cursor: pointer;
}
.fl_pop_wrap {
    bottom: 0;
    display: none;
    height: 180px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99998;
}
.fl_pop_wrap img{
    margin-top:-120px;
}
.fl_pop_wrap .fl_pop_wrap_cntr {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.fl_pop_wrap .fl_pop_wrap_cntr_bg {
    background: #8D2003;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -200;
}
.fl_pop_wrap .fl_pop_box {
    color: #333;
    font-size: 12px;
    height: 180px;
    margin: auto;
    position: relative;
    width: 1200px;
}
.fl_pop_wrap .fl_wrap_close {
    color: #9aa1a8;
    font-family: Simsun;
    font-size: 38px;
    line-height: 1.2;
    outline: 0 none;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: block;
}
.header_top{height:43px;line-height: 43px;color:#BCB7B3;background:#0C0805;font-size:15px;text-align:right;font-weight:bold;}
.header_top span{float:left;}
.header_top a{color:#BCB7B3;}
.header_top img{vertical-align:middle;}
.header_box{height:164px;background:url(../images/header.gif) no-repeat center top;}
.header_logo{float:left;width:400px;height:110px;margin-top:30px;}
.header_logo a{display:block;width:400px;height:110px;text-indent:-9999px;}
.header_nav{width:100%;height:55px;line-height: 55px;border-bottom: 10px solid #9a6c44;background: #000;overflow: hidden;}
.header_nav a{text-align:center;font-size: 20px;color:#fff;float:left;display:inline-block;width:125px;height:55px;}
.search_wrap{float:left;width:275px;margin: 67px 0 0 60px;display: inline;z-index: 999;position: absolute;}
.search_header{float:left;}
.search_header #keyword{float:left;width:228px;height:34px;line-height:34px;border:none;background:none;outline:none;text-indent:5px;margin:0;padding:0;vertical-align:middle;color:#fff;}
.search_header .go{float:left;width:34px;height:34px;line-height:34px;text-align:center;border:none;background:none;outline:none;margin:0;padding:0;color:#1D120E;vertical-align:middle;cursor:pointer;}
.hot_words_header{float:left;padding-top:10px;color:#fff;}
.hot_words_header a{color:#fff;margin-right:8px;}
.header_bottom{height:30px;line-height:30px;background:#3C3934;}
.search_box{float:left;margin-top:5px;}
.search_box #keyword2{float:left;width:190px;height:20px;line-height:20px;border:none;background:#A19B9B;outline:none;text-indent:5px;margin:0;padding:0;vertical-align:middle;}
.search_box .go{float:left;width:45px;height:20px;line-height:20px;text-align:center;border:none;background:#D6D1CD;outline:none;margin:0;padding:0;color:#1D120E;vertical-align:middle;cursor:pointer;border-top-right-radius:3px;border-bottom-right-radius:3px;}
.hot_words{float:left;padding-left:10px;color:#fff;}
.hot_words a{color:#fff;margin-right:8px;}
.header_cart{float:right;background:url(../images/ico_cart.gif) no-repeat left center;padding-left:30px;}
.header_cart a{color:#fff;}
.header_cart a:hover{color:#fff;}
.header_cart font{color:#FE0201;}
.mark{position:absolute;left:-350px;top:0;width:259px;height:953px;background:url(../images/mark.png) no-repeat;}
.mark_right{left:auto;right:-350px;}
.infobox{width:1200px;padding:13px;background:#353535;}
.infobox .inner1{border:2px solid #fff;padding:15px;}
.infobox .inner2{padding:10px;}
.infobox .info_r{float:left;width:355px;padding-left:20px;}
.infobox .info_news {height:138px;padding-left:30px;color:#fff;margin:20px 0 30px;}
.infobox .info_news li{height:25px;line-height:25px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;text-align:left;}
.infobox .info_news li.more{text-align:right;padding-right:15px;}
.infobox .info_news li a{color:#BCB7B3;font-size:14px;}
.infobox .info_news li font{color:#BCB7B3;font-size:17px;}
.infobox .info_news.fahuo{margin-top: 50px;}
.infobox .fahuo .fahuo1{float: left; PADDING-BOTTOM: 0px; width: 242px; border: 1px #595959 solid; line-height: 23px; padding: 10px; padding-top: 6px; height: 120px; overflow:hidden;}
#demo{width:100%; height:120px; float:left; overflow:hidden;}
#demo p{padding: 5px 0; border-bottom: 1px #CCCCCC dashed;}

#demo .fahuodan{font-weight:bold; color: #FF6600;}



.infobox .info_brands {height:138px;padding-left:55px;background:url(../images/brandsbg.gif) no-repeat 0 0;}
.categorybox{padding:10px 0 5px;background:#D7D2CE;}
.categorybox .catbox_l{float:left;width:112px;height:243px;margin-left:15px;display:inline;background:url(../images/categorybg.gif) no-repeat 0 0;}
.categorybox .catbox{float:left;width:1056px;height:210px;border:1px solid #353535;background:#353535;overflow:hidden;padding-top: 30px;}
.categorybox .catbox ul{width: 100%;margin: 5px 10px;line-height: 24px;text-align: center;}
.categorybox .catbox ul li{float: left;margin: 0 5px;}
.categorybox .catbox ul .tit{width: 80px;text-align: left;}
.categorybox .catbox a{color:#BCB7B3;font-size:17px;}
.categorybox .catbox .tit a{color:#fff;}
.boxwrap{padding:0 13px;background:#353535;}
.tit_news{height:140px;background:url(../images/xinpin.gif) no-repeat center center;}
.tit_cat1{height:140px;}
.tit_cat1 img{display: block;text-align: center;margin: 0 auto;padding-top: 22.5px;}
.tit_cat2{height:140px;background:url(../images/cat2.gif) no-repeat center center;}
.tit_cat3{height:140px;background:url(../images/cat3.gif) no-repeat center center;}
.tit_cat4{height:140px;background:url(../images/cat4.gif) no-repeat center center;}
.cat_img{padding:15px;background:#D7D2CE;}
.cat_goods{padding:0 15px 0px;background:#D7D2CE;}
.cat_goods ul{width: 1185px;}
.cat_goods li{float:left;width:272px;padding:8px;background:#353535;margin:0 6px 10px 0;}
.cat_goods .goodsimg img{width:272px;height:272px;}
.cat_goods .goodsname {height:40px;line-height:40px;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;font-size:14px;color:#fff;}
.cat_goods .goodsname a{color:#fff;}
.cat_goods .goodsprice {font-size:14px;color:#FD0100;}
.cat_goods .goodsprice a{color:#fff;}
.cat_more {text-align:right;font-size:14px;}
.cat_more a{color:#FD0100;}
.categorywrap{border-left:13px solid #353535;border-right:13px solid #353535;border-bottom:13px solid #353535;}
.categoryinner{border-left: 5px solid #D6D2CF;border-right: 5px solid #D6D2CF;border-top: 1px solid #D6D2CF;border-bottom: 5px solid #D6D2CF;}
.catebox{border:1px solid #D5D2CD;background:#15120D;}
.catebox .hd{height:27px;line-height:27px;background:url(../images/tit_category.gif) no-repeat;text-align:center;font-size:17px;}
.catebox .hd a{color:#15120D;}
.catebox .bd {padding:8px;}
.catebox .bd li{float:left;width:50%;height:25px;line-height:25px;overflow:hidden;}
.catebox .bd li a{color:#fff;font-size:14px;}
.catebox .bd li a:hover{color:#CA3A31;}
.sxbox .hd{height:30px;line-height:30px;border-top:1px solid #D6D2CF;border-bottom:1px solid #D6D2CF;color:#fff;font-size:14px;padding:0 10px;text-align:right;margin:10px 0;}
.sxbox .hd span{float:left;}
.sxbox .hd a{color:#fff;}
.sxbox .hd a:hover{color:#CA3A31;}
.goods_list_box .hd_wrap{background:#353535;padding:10px 0;margin-bottom:10px;}
.goods_list_box .hd{height:30px;line-height:30px;border-top:2px solid #D6D2CF;border-bottom:2px solid #D6D2CF;color:#fff;font-size:14px;padding:0 10px;text-align:right;}
.goods_list_box .hd span{float:left;}
.goods_list_box .hd a{color:#fff;margin-right:20px;}
.goods_list_box .hd a:hover{color:#CA3A31;}
.goods_item ul{width: 960px;}
.goods_item li{float:left;width:218px;padding:8px;background:#353535;margin:0 6px 10px 0;}
.goods_item li.clearfix_li:nth-child(3),.goods_item li.clearfix_li:nth-child(6),.goods_item li.clearfix_li:nth-child(9){margin:0;}
.goods_item .goodsimg img{width:218px;height:218px;}
.goods_item .goodsname {height:40px;line-height:40px;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;font-size:14px;color:#fff;}
.goods_item .goodsname a{color:#fff;}
.goods_item .goodsprice {font-size:14px;color:#FD0100;}
.goods_item .goodsprice a{color:#fff;}
.foot_bottom_wrap{width:970px;height:402px;padding:15px;margin-top:60px;background:#D7D2CF;border-left:13px solid #353535;border-right:13px solid #353535;}
.foot_bottom{width:970px;height:402px;background:url(../images/footimg.jpg) no-repeat center top;}
.foot_bottom a{float:left;display:block;width:50%;height:402px;text-indent:-9999px;}
.servicebox{height:115px;margin-top: 75px;background: url(../images/service.gif) no-repeat center top;}
.footbox{height:601px;background: url(../images/footbox.jpg) no-repeat center top;}
.nav_bottom_list {padding-top:290px;text-align:center;color:#BCB7B3;font-size: 16px;line-height: 40px;}
.nav_bottom_list span{padding:0 5px;}
.nav_bottom_list a{color:#BCB7B3;margin: 0 10px;}
.nav_bottom{height:45px;line-height:40px;border-bottom:2px solid #D5D1CE;margin-bottom:15px;}
.good_list_title{height:30px;line-height:25px;font-size:12px;text-align:right;padding:0 12px;font-weight:200;background-color:#F1F1F1;color:#9B0101}
.good_list_title span{float:left;width:auto;height:25px;line-height:25px;text-align:left;font-weight:700;color:#9B0101}h5{height:26px;line-height:26px;text-align:right;background-color:#F1F1F1;font-size:12px;color:#9B0101;padding:0 10px 0 0}
.good_list_title img{position:relative;top:7px}h5 span{float:left;font-weight:700;padding-left:25px}h6{height:23px;line-height:23px;text-align:right;font-size:12px;color:#FFF;border:1px solid #fff;padding-right:10px;background-color:#9A9AAF}h6 span{float:left;padding-left:15px}
.blank{width:980;margin:auto;height:8px;line-height:8px;clear:both;overflow:hidden;}
.blank5{width:980;margin:auto;height:5px;line-height:5px;clear:both;overflow:hidden;}
.AreaL{width:112px;float:left}
.block2 .AreaL{width:215px;margin:5px;}
.AreaR{width:983px;float:left;padding-left:5px}
.block2 .AreaR{width:950px;padding-left:0;}
#logo_li li{height:50px;line-height:50px;margin-right:10px}
#logo_li li a{color:#930408;text-decoration:none}
.log{height:50px}
.log li{float:left}
.log .userInfo{text-align:left}
.log .userInfo a{color:#930408;text-decoration:none}
.log li img{position:relative;top:5px}
#topNav{height:31px;line-height:31px;color:#bebfc1;padding:0 15px;margin:0 10px;position:relative}
#topNav .topNavR{width:5px;height:31px;position:absolute;top:0;right:0}
#topNav a{color:#333;text-decoration:none;font-family:"华文隶书"}
#topNav a:hover{color:#9B0101;text-decoration:none}
#topNav a:visited{color:#333;text-decoration:none}
#Nav{width:960px;height:39px}
#main_navbg{background:url(../images/main_navbg.png);width:1204px;height:28px}
#mainNav .nav_top{float:left;position:relative;z-index:3000}
#mainNav .nav_top ul{width:500px;height:32px;line-height:32px;text-align:left;position:absolute;border:1px solid #DC1F5F;border-top:0 #FFF solid;background-color:#FFF;top:35px;left:0;display:none;z-index:4000;min-height:10px;padding-bottom:5px;padding-top:5px;float:left}
#mainNav .nav_top ul li{height:32px;width:500px;text-align:left;background:0 0;float:left;border:0 #000 solid;margin-left:8px;margin-right:8px}
#mainNav .nav_list .level_top{background-image:url(../images/red.jpg);background-position:5px center;background-repeat:no-repeat;color:#A20000;font-weight:400;padding-left:15px}
#mainNav .nav_list .level_tb a{padding-left:30px;width:90px;float:left}
#mainNav .nav_list .level_tb a:hover{padding-left:30px;width:90px;float:left}
#mainNav .nav_list .level_line{text-align:center;height:5px;overflow:hidden}
#mainNav .nav_list .level_line div{padding-left:5px;padding-right:5px;border-top:1px #A20000 solid;width:500px}
#mainNav .nav_list{border:#900;height:32px;float:left;padding-bottom:5px;padding-left:5px;width:500px;list-style:none;background:url(../images/navlist_bg.png) repeat}
#mainNav .nav_list .level_1{width:500px;height:25px;color:#666;font-weight:400;font-size:15px;float:left;overflow:hidden;text-align:center;margin-bottom:auto;padding-left:10px}
#mainNav .nav_list .level_1 a{padding-left:15px;color:#900;font-size:15px;float:left;background:0 0}
#mainNav .nav_list .level_1 a:hover{padding-left:15px;color:#009;font-size:15px;float:left;background:0 0;border-bottom:1px #900 solid}
#mainNav .nav_list .level_2{color:#666;height:32px;width:120px;font-weight:400;font-size:15px;overflow:hidden;text-align:left}
#mainNav .nav_list .level_2 a{color:#C60;width:80px;font-size:15px;text-align:center;float:left}
#mainNav .nav_list .level_2 a:hover{color:#900;width:80px;text-align:center;float:left}
#mainNav li .nomask{width:150px;height:20px;position:absolute;left:1px;top:35px;z-index:5;display:none}
#search_all{width:960px}
#search_all_l{width:810px}
#search_all_r{border-top:1px #CCC solid;border-bottom:1px #CCC solid;width:145px;height:64px}
#search{width:768px;padding:0 20px;height:36px;line-height:36px;background-color:#565662;margin-left:1px}
#search_2{width:768px;padding:0 20px;height:30px;line-height:30px;background-color:#EEE;margin-left:1px;overflow:hidden}
#search a{color:#fff;text-decoration:none}
#search .keys{color:#EEE}
#search_2 .go{background:url(../images/search.gif);border:none;width:57px;height:23px}
#search_2 a{color:#333;text-decoration:none}
#ur_here{border-top:none;height:20px;line-height:20px;padding-top:5px;background-color:#FFF;font-size:14px}
.block2 #ur_here{height:30px;line-height:30px;background:none;padding:0 23px;color:#A99E9A;border-bottom:1px solid #A1A1A1;}
.block2 #ur_here a{color:#A99E9A;}
#ur_here_re{border-top:none;height:20px;line-height:20px}
#category-tree li{color:#3f3f3f;padding-left:18px;text-decoration:none;height:25px;line-height:25px}
#category-tree .ul{width:160px}
#category-tree .ul_re{border-bottom:#EEE 1px solid;width:160px}
#category-tree .lev1{color:#666}
#category-tree .lev1_sel{color:#A10000}
#category-tree .lev1:hover{color:#9B0101;text-decoration:none}
#category-tree .lev_bold{font-weight:700}
#category-tree .lev2{color:#333}
#category-tree .lev2_sel{color:#600}
#category-tree .lev2:hover{color:#9B0101;text-decoration:none}
#category-tree .lev3{padding-left:12px}
#category-tree .lev3_sel{background-image:url(../images/row.gif);background-repeat:no-repeat;background-position:-1px 1px}
#category-tree .li_re{color:#9B0101}
#category_tree dl{margin:6px}
#category_tree dt{background:url(../images/lineBg.gif) repeat-x left bottom;color:#3f3f3f;padding:2px 0 3px 12px}
#category_tree dt a{background:url(../images/bg.gif) no-repeat 0 -69px;color:#3f3f3f;padding-left:15px;text-decoration:none}
#category_tree dd{padding:3px 0 3px 10px}
.top10Tit{background:url(../images/bg.gif) no-repeat 0 -85px;height:30px}
.top10List{border:1px solid #d7ecfd;background-color:#fff;margin:0 4px 4px 4px}
.top10List li{border-bottom:1px solid #e2f3fd;padding:3px 3px 3px 10px;color:#3f3f3f}
.top10List li img{margin-right:5px;position:relative;top:3px}
#mallNews .NewsList li a,.boxCenterList li a,.top10List li a{color:#3f3f3f;text-decoration:none}
#mallNews .NewsList li a:hover,.boxCenterList li a:hover,.top10List li a:hover{color:#f60;text-decoration:none}
.blank2{height:3px;line-height:3px;clear:both;visibility:hidden}
#flash_l{width:730px;height:422px}
#flash_r{width:230px;height:422px}
#flash_r .flash_box{width:220px;height:auto;overflow:hidden}
#flash_r li{height:25px;line-height:25px}
#flash_r .flash_border{border:1px solid #CCC}
#flash_r .flash_title{margin:2px;background-color:#565662;height:20px;color:#FFF}
.box_1 .pinglun{border:1px solid #333;overflow:hidden}
.box_1 .pinglun .pinglun_title{FONT-WEIGHT:normal;FONT-SIZE:12px;BACKGROUND:url(../images/goods_lmb_bg.gif) no-repeat;COLOR:#fff;TEXT-INDENT:3px;height:25px;line-height:25px;color:#FFF;margin:2px}
.box_1 .pinglun .pinglun_content img{border:#FFF 1px solid}
.box_1 .pinglun .pinglun_content a:hover img{border:#900 1px solid}
.tejia_l{border:5px solid #696D79;border-top:none;height:377px;overflow:hidden;width:646px}
.tejia_r{height:382px;overflow:hidden;width:300px}
.tejia_r .pinglun{border:1px solid #CCC;overflow:hidden}
.tejia_r .pinglun .pinglun_title{background-color:#565662;height:25px;line-height:25px;color:#FFF;margin:2px}
.tejia_r .pinglun .pinglun_content{height:250px}
.tejia_r .pinglun .youjian_content{height:65px}
.tejia_r .pinglun .pinglun_content .comments{width:280px}
.tejia_r .pinglun .pinglun_content .comments .t_l{width:160px;overflow:hidden;height:23px;border-bottom:1px #EEE solid;line-height:23px}
.tejia_r .pinglun .pinglun_content .comments .d_r{width:120px;overflow:hidden;height:23px;border-bottom:1px #EEE solid;line-height:23px}
#sales{width:650px}
#sales h1{font-size:12px;background:url(../images/dm-2.jpg) no-repeat;height:30px;text-align:right;line-height:30px}
#sales h1 a{color:#FFF;margin-right:5px}
#sales h1 img{position:relative;top:10px;right:8px}
#sales .goodBox{margin:10px 0 10px 10px}
#sales .goodBox .goodList p{text-align:left;color:#3f3f3f}
#sales .goodBox .goodList p a{color:#3f3f3f;text-decoration:none}
#sales .goodBox .goodList p a:hover{color:#f60;text-decoration:none}
#sales .goodList{width:118px;float:left;margin-top:0;margin-right:0;margin-bottom:10px;margin-left:9px}
#sales .goodList img{background:url(../images/salesGoodBg.gif) no-repeat;width:88px;height:120px}
#sales .goodList p{margin-top:3px;text-align:center}
#brands{width:247px;height:199px;padding:1px 0 0 1px;position:relative}
#brands .brandsMore{position:absolute;left:178px;bottom:10px;width:65px;height:41px}
#brands .brandsMore img{border:none;width:65px;height:41px}
#brands img{width:78px;height:40px;margin:3px 1px;border:1px solid #c5e4ff;float:left}
#brands .brandText a{color:#0069cd;text-decoration:none;margin:2px;clear:both}
.box_new{width:960px}
.box_new .box_title_l{width:600px;height:45px;line-height:45px;background-image:url(../images/new_bg.gif);background-repeat:repeat-x}
.box_new .box_title_r{width:360px;height:45px;line-height:45px;text-align:right;background-image:url(../images/new_bg.gif);background-repeat:repeat-x}
.box_new .box_content{width:958px;border:1px #CCC solid;clear:both}
.box_new .guanggao .guanggao_l{width:720px;height:300px;overflow:hidden}
.box_new .guanggao .guanggao_r{width:230px;height:300px;overflow:hidden}
.centerPadd{overflow:hidden}
.itemTit{height:25px;line-height:25px;padding-left:12px;text-align:left;background-color:#F1F1F1;color:#9B0101;font-weight:700}
.itemTit.New{background:url(../images/bg.gif) no-repeat 0 -225px}
.itemTit.Hot{background:url(../images/bg.gif) no-repeat 0 -256px}
.itemTit img{position:relative;top:7px}
.itemTit h2{float:left;height:27px;background:url(../images/itemH2Bg.gif) repeat-x left top;border:1px solid #d6ecff;font-size:12px;text-align:center;color:#3f3f3f;font-weight:100;padding:0 10px;line-height:28px;margin:0 6px 0 0;border-bottom:none;position:relative;bottom:-3px;display:inline;white-space:nowrap}
.itemTit h2 a{color:#3f3f3f;text-decoration:none}
.itemTit .h2bg{height:27px;line-height:28px;border:none;background:0 0;font-size:12px;text-align:center;color:#006ace;font-weight:100;padding:0 10px;display:inline;white-space:nowrap}
.itemTit .h2bg a{color:#006ace;text-decoration:none}
.centerPadd .goodsBox{background:#fff}
.centerPadd .goodsBox .more{text-align:right;clear:both;margin:0 8px 8px 0}
.goodsItem{width:150px;float:left;position:relative;overflow:hidden;margin:0 14px 15px 17px}
.goodsItem .goodsimg{width:150px;height:150px;margin-bottom:4px}
.goodsItem img{width:150px;height:205px}
.goodsItem .img_re{width:59px;height:80px}
.goodsItem p{text-align:left;color:#3f3f3f}
.goodsItem p a{color:#3f3f3f;text-decoration:none}
.goodsItem p a:hover{color:#f60;text-decoration:none}
.goodsItem span{width:40px;height:40px;position:absolute;left:0;top:0}
.goodsItem_re{width:322px;float:left;position:relative;overflow:hidden;margin-top:10px;margin-bottom:5px;margin-left:3px}
.goodsItem_re .goodsimg{width:320px;height:165px;margin-bottom:4px}
.goodsItem_re img{width:320px;height:165px}
.goodsItem_re A IMG{BORDER-RIGHT:#fff 1px solid;BORDER-TOP:#fff 1px solid;BORDER-LEFT:#fff 1px solid;WIDTH:320px;BORDER-BOTTOM:#fff 1px solid}
.goodsItem_re A:hover IMG{BORDER-RIGHT:#ab0036 1px solid;BORDER-TOP:#ab0036 1px solid;BORDER-LEFT:#ab0036 1px solid;WIDTH:320px;BORDER-BOTTOM:#ab0036 1px solid}
.centerPadd_res{overflow:hidden;padding-top:10px;padding-right:0;padding-bottom:5px;padding-left:5px}
.centerPadd_res .more{text-align:right;clear:both;margin-top:0;margin-right:8px;margin-bottom:0;margin-left:0}
.goodsItem_res{width:117px;float:left;overflow:hidden;margin:0 5px 0 12px}
.goodsItem_res .goodsimg{width:115px;height:150px;border:0 #FFF solid}
.goodsItem_res img{width:115px;height:150px}
.goodsItem_res .img_re{width:59px;height:80px}
.goodsItem_res p{text-align:left;color:#3f3f3f;width:110px;height:20px;line-height:20px;overflow:hidden}
.goodsItem_res p a{color:#3f3f3f;text-decoration:none}
.goodsItem_res p a:hover{color:#f60;text-decoration:none}
.goodsItem_res span{width:40px;height:40px;position:absolute;left:0;top:0}a.hovs{padding:1px;display:block}a.hovs:hover{padding:0;BORDER:1px solid #A10000}
.helpTitBg dl{float:left;width:158px;height:115px;overflow:hidden}
.helpTitBg dt{width:auto;height:33px;line-height:33px;text-align:center;font-weight:700;color:#999;margin-bottom:8px}
.helpTitBg dt a{font-weight:700;color:#999;text-decoration:none}
.helpTitBg dd{padding:0 0 0 25px;text-align:left}
.boxCenterList ul{height:1%;margin-bottom:5px}
.boxCenterList li{float:left;width:120px}
.boxCenterList li.goodsimg{width:48px;margin-right:10px}
.boxCenterList li.goodsimg img{width:48px;height:48px;display:block}
.RelaArticle a,.alone{background:url(../images/bg.gif) no-repeat 0 -170px;padding:0 0 0 10px;color:#3f3f3f;text-decoration:none}
.RelaArticle a:hover{background:url(../images/bg.gif) no-repeat 0 -170px;padding:0 0 0 10px;color:#f60;text-decoration:none}
.history h2{height:26px;line-height:26px;padding:0 10px 0 20px;text-align:center;font-size:12px;background:url(../images/bg.gif) no-repeat 0 -466px;float:left;color:#57a7f0;margin:6px 5px 0 0;border:1px solid #c5e3ff;border-bottom:none;background-color:#FFF}
.history .h2bg{height:26px;line-height:26px;padding:0 10px 0 20px;text-align:center;font-size:12px;background:url(../images/bg.gif) no-repeat 0 -508px;float:left;color:#a0a0a0;margin:6px 5px 0 0;border:none}
#history li{width:100%}
.colle a{background:0 0;padding:0;color:#3f3f3f;text-decoration:none}
.colle a:hover{background:0 0;padding:0;color:#f60;text-decoration:none}
#goodsInfo{padding:1px 0;background:#353535;}
#goodsInfo .imgInfo{width:350px;float:left;margin-right:15px;overflow:hidden}
#goodsInfo .imgInfo .thumb{width:385px;height:385px;display:block}
#goodsInfo span.spanL{width:13px;height:19px;background:url(../images/s_left.png);float:left;margin-top:19px}
#goodsInfo span.spanR{width:13px;height:19px;background:url(../images/s_right.png);float:right;margin-top:19px}
#goodsInfo .gallery{width:315px;float:left;margin-left:5px;overflow:hidden}
#goodsInfo .gallery li{float:left;width:67px;margin:0 5px}
#goodsInfo .gallery li img{width:65px;height:65px;display:block;border:1px solid #706F6D}
#goodsInfo .gallery li a:hover img{width:65px;height:65px;display:block;border:solid 1px #900}
#goodsInfo .textInfo{width:375px;float:left;color:#fff;font-size:14px;}
#goodsInfo .textInfo em{font-style:normal;}
#goodsInfo .textInfo p{font-size:18px;padding:10px 0;line-height:25px;}
#goodsInfo .textInfo ul{border-top:solid 1px #fff}
#goodsInfo .textInfo li dd{width:50%;float:left;padding:0 0;height:25px;line-height:25px}
#goodsInfo .textInfo li dd.ddR{border-left:1px solid #eeecec;width:48%;padding-left:8px}
#goodsInfo .textInfo li dd.ddL{border-right:1px solid #eeecec}
#goodsInfo .textInfo a{color:#006bce;text-decoration:none}
#goodsInfo .textInfo .loop{background:#f7f7f7;margin-top:8px}
.ie6{padding-left:25px;height:1%}
.comments li{background:url(../images/lineBg.gif) repeat-x left bottom;padding:3px 8px;width:97%;text-align:left;position:relative;margin-bottom:8px}
.comments li img{position:absolute;right:0;top:3px}
.comments li p{margin:3px auto;text-align:left}
.commentsList{border:1px solid #ccc;background:#f7f7f7;padding:10px}
.commentsList .inputBorder{border:1px solid #ccc;background:#fff}
.captcha{margin-left:0;position:relative;top:-1px;top:3px;cursor:pointer}
#brandList{background:url(../images/brandBg.gif) repeat-y top center;margin-top:12px;height:1%}
#brandList .brandBox{width:240px;float:left;margin:0 5px 20px 5px;text-align:center;overflow:hidden;height:160px}
#brandList .brandBox .brandLogo{width:188px;height:52px;overflow:hidden}
#brandList .brandBox h4{height:23px;line-height:23px;background:#e9e9e9;margin:15px 0 8px 0;padding:0 10px;text-align:right;font-weight:100;font-size:12px}
#brandList .brandBox h4 span,#brandList .brandBox h4 span a{float:left;font-weight:700;color:#3f3f3f;text-decoration:none}
#brandList p{text-align:left;margin-bottom:5px;color:#909090;padding:8px}
#brandList p.brandCategory,#brandList p.brandCategory a{text-align:left;color:#006acd;text-decoration:none}
#brandList .brandArticle{border:1px dashed #d9d9d9;background:#f8f8f8;text-align:left}
.brandCategoryA a{margin-right:15px}
.box_1 .userCenterBox{border:4px solid #EEE;background-color:#fff;font-size:14px}
.usBox{background:#f2f2f2;border:1px solid #e2e2e2;padding:15px;width:950px}
.usBox_1{background:#fff;text-align:left;width:297px;height:208px;padding:43px 153px 60px 123px}
.usBox_1 .logtitle{height:30px;background:url(../images/ur_bg.gif) no-repeat 0 0}
.us_Submit{border:none;width:115px;height:40px;background:url(../images/bnt_ur_log.gif)}
.us_Submit_reg{border:none;width:113px;height:40px;background:url(../images/bnt_ur_reg.gif)}
.usTxt{width:265px;height:267px;padding:43px 0 0 90px;background:#f2f2f2;float:right;text-align:left;background:url(../images/ur_bg1.gif) no-repeat 0 50%;line-height:23px}
.usTxt img{margin-top:15px}
.usBox_2{background:#fff;text-align:left;padding:43px 153px 60px 123px}
.usBox_2 .regtitle{height:30px;background:url(../images/ur_bg.gif) no-repeat 0 -34px}
.actionSub a{color:#006acc;text-decoration:underline;background:url(../images/ur_bg.gif) no-repeat 0 -68px;padding-left:14px}
.box_1 .userCenterBox .userMenu a{display:block;height:25px;line-height:25px;background:url(../images/menuBg.gif) no-repeat 0 -30px;color:#3f3f3f;text-decoration:none;margin:0 0 3px 10px;padding-left:3px}
.box_1 .userCenterBox .userMenu a.curs{background:url(../images/menuBg.gif) no-repeat 0 0;font-weight:700}
.box_1 .userCenterBox .userMenu a img{margin-right:3px}
.msgBottomBorder{clear:both;background:url(../images/lineBg.gif) repeat-x left bottom;padding-bottom:8px;margin-bottom:8px}
.sort a{position:relative;bottom:5px}
.sort input{position:relative;top:3px}
.goodsList{padding:5px 5px 0 5px}
.goodsList ul{margin-bottom:10px}
.goodsList ul#bgcolor{background:#fbfbfb;border-top:1px dashed #e8e8e8;border-bottom:1px dashed #e8e8e8}
.goodsList li{float:left;padding-top:8px}
.goodsList li.thumb{width:240px;text-align:left}
.goodsList li.thumb img{width:227px;height:227px;border:1px solid #ccc}
.goodsList li.goodsName{width:435px;margin-right:5px;margin-left:10px;font-size:14px;height:40px}
.goodsList li.action{float:right;margin-left:10px}
.goodsList li.action a.abg{background:url(../images/bg.gif) no-repeat 0 -735px;padding-left:18px;position:relative;bottom:5px}
.group{background:#f2f2f2;padding:8px}
.group li{float:left;background:#fff;padding:8px}
.flowBox{border-top-width:2px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#fff;border-right-color:#fff;border-bottom-color:#fff;border-left-color:#fff}
.flowBox table{margin:5px auto;font-size:14px}
.flowGoodsFittings{padding:10px}
.flowGoodsFittings ul{height:1%;margin:5px 4px;float:left}
.flowGoodsFittings li{float:left;width:120px}
.flowGoodsFittings li.goodsimg{width:48px;margin-right:10px}
.flowGoodsFittings li.goodsimg img{width:48px;height:48px;display:block}
.quotation{margin:20px auto 20px auto;text-align:center}
.pagebar{padding:12px 0; text-align:right;font-size:14px;color:#fff;}
.pagebar form{margin:10px auto; text-align:right;}
.pagebar .page_now{color:#fff; font-weight:bold; padding:4px 9px; background:none;}
.pagebar a{padding:4px 9px;background:#DBD6D2;color:#280C03;font-weight:bold;}
.pagebar b{color:#FD0100;}
.pager_title{height:30px;line-height:30px;font-size:12px;text-align:right;padding:0 12px;background-color:#F1F1F1;color:#9B0101}
.pager_title2{height:30px;line-height:30px;font-size:12px;text-align:right;padding:0 12px;color:#9B0101}
#bottomNav{width:958px}
#bottomNav .bottom_nav{text-align:center}
#bottomNav .bottom_nav .pics{text-align:center;height:68px;overflow:hidden}
#bottomNav .bottom_nav .texts{text-align:center;line-height:20px;height:20px;overflow:hidden}
.links{border:1px solid #fff;background:#eef6f9}
.bNavList img{top:8px}
.links img{width:88px;height:30px;margin:5px}
#footer{width:980px}
#footer .text{text-align:center}
#footer .text a{color:#404040;text-decoration:none}
#compareBox{width:128px;background:url(../images/compareBg.gif) no-repeat top center;background-color:#edf8ff;padding:35px 0 8px 0;border:1px solid #c5e4ff;position:absolute;right:1px;top:200px}
#compareBox input{width:52px;height:13px;border:none;background:url(../images/compareSub.gif) no-repeat}
#compareList{margin:0 0 8px 0;padding:0;width:120px;background:#FFF;border:1px solid #d6ecff}
#compareList li{color:#333;text-align:left;background:#fff;padding:3px 5px;margin:3px 0}
#compareList li img{float:right;padding-top:4px}
.messageli{list-style-type:none;padding:5px;color:red}
.messagediv{font-size:12px;position:absolute;border:1px solid gold;text-align:center;padding:5px;background-color:#FFFACD;filter:alpha(opacity=50);-moz-opacity:.7;opacity:.7}
.point li{float:left;width:300px}
#scroll_left{height:60px;width:350px;float:left;margin-top:5px}
#scroll_left .img_pic{float:left;width:406px;height:70px;overflow:hidden}
#scroll_up{width:80px;height:510px;float:left;margin-right:0;padding-left:7px;text-align:center}
#scroll_up .img_pic{float:left;width:72px;height:335px;overflow:hidden}
#scroll_up .s_up{width:70px;float:left;margin-top:5px}
#scroll_up .s_down{width:70px;float:left;margin-top:5px}
#scroll_up ul{width:auto}
#scroll_up li{float:left;width:72px;margin-top:6px;margin-right:0;margin-bottom:6px;margin-left:0}
#scroll_up .img{width:59px;height:59px;display:block;border:1px #CCC solid}
#tong_all{border:1px #F1F1F1 solid;width:958px;overflow:hidden;height:90px;text-align:center}
#tong_all #s_left{width:17px;height:90px;float:left;line-height:80px;background-image:url(../images/s_right.gif);background-repeat:no-repeat;background-position:center center}
#tong_all #s_right{width:17px;height:90px;float:left;line-height:80px;background-image:url(../images/s_left.gif);background-repeat:no-repeat;background-position:center center}
#tong_all .gallery{margin-top:5px;width:920px;float:left;margin-left:0;overflow:hidden;height:80px}
#tong_all .gallery ul{width:auto}
#tong_all .gallery li{float:left;width:80px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px}
#tong_all .gallery li img{width:59px;height:80px;display:block}
.blank_line{height:3px;line-height:3px;clear:both;border-bottom:1px #EEE solid;width:958px;margin-bottom:5px}
.blank_line_c{height:3px;line-height:3px;clear:both;border-bottom:1px #EEE solid;margin-bottom:5px}
.sp_l{float:left;width:450px}
.sp_l span{line-height:25px;height:25px}
.sp_r{float:right;width:480px}
.sp_r span{line-height:25px;height:25px}
.sp_t{color:#999}
.liulan_l{float:left;width:137px;margin-left:60px}
.liulan_r{float:right;width:835px}
.his_pic{width:59px;height:80px}
.his_ti{width:120px;height:30px}
.his_pric{width:120px;height:20px}
.cl_p{height:40px}
.cl_p_re{height:70px}
.cl{height:40px;width:30px;line-height:25px;text-align:center;margin-right:10px;float:left;cursor:pointer}
.cl img{height:40px;width:30px;border:1px #CCC solid;float:left;cursor:pointer}
.cl_re{height:25px;width:25px;line-height:25px;text-align:center;background-color:#FCF;border:1px #CCC solid;margin-right:5px;float:left;cursor:pointer}
.list_xuxian img{padding-left:5px;padding-top:2px;padding-bottom:2px}
.screeBox{padding:10px;font-size:14px;color:#fff;}
.screeBox a{color:#fff;}
.screeBox span{background:#FA990F; color:#FFFFFF; padding:3px 5px; margin:0 3px;}
.sort a{position:relative;margin-top:4px;float:left;margin-left:10px;line-height:27px;font-size:13px}
.sort input{position:relative;top:3px}
#goodsInfo .textInfo .reo{width:100%;clear:both;height:auto}
#goodsInfo .textInfo .reo ul{border:0}
#goodsInfo .textInfo .reo LI{POSITION:relative;PADDING-BOTTOM:1px;LINE-HEIGHT:30px;MARGIN:0 4px 4px 0;PADDING-LEFT:1px;PADDING-RIGHT:1px;FLOAT:left;VERTICAL-ALIGN:middle;PADDING-TOP:1px;padding-left:0;cursor:pointer}
#goodsInfo .textInfo .reo LI A{BORDER:#c8c9cd 1px solid;TEXT-ALIGN:center;BACKGROUND-COLOR:#fff;margin-left:2px;margin-top:3px;PADDING-LEFT:10px;PADDING-RIGHT:10px;DISPLAY:block;WHITE-SPACE:nowrap;COLOR:#000;TEXT-DECORATION:none;FLOAT:left}
#goodsInfo .textInfo .reo LI A:hover{BORDER:#C00 2px solid;MARGIN:-1px;margin-left:1px;margin-top:2px}
#goodsInfo .textInfo .reo LI A:focus{OUTLINE-STYLE:none}
#goodsInfo .textInfo .reo LI A.selected{BORDER:#C00 2px solid;MARGIN:-1px;BACKGROUND:url(../images/select.gif) no-repeat bottom right;margin-left:1px;margin-top:2px}
#goodsInfo .textInfo .reo LI.selected A:hover{BORDER:#C00 2px solid;MARGIN:-1px;BACKGROUND:url(../images/select.gif) no-repeat bottom right}
.cate_index_cate{width:728px;min-height:10px}
#HotClassTree{border:1px solid #ccc;padding-bottom:9px}
#HotClassTree .HotClassTreeTit{width:728px;background:#ebebeb}
#HotClassTree dl{margin:0;margin-top:1px;padding:0 10px;cursor:pointer;height:37px;line-height:37px;color:#C299C2;border:1px solid #fff;border-bottom:none}
#HotClassTree ul{display:block;height:37px;border-bottom:1px dotted #ccc;line-height:37px}
#HotClassTree ul li{line-height:37px;display:block;height:37px;float:left}
#HotClassTree ul li.big{width:85px;text-align:center}
#HotClassTree ul li.big font{background:#ebebeb;font-size:14px;font-weight:700;padding:0;height:18px;line-height:normal;width:40px;display:block;margin-top:7px;padding-top:4px;overflow:hidden;line-height:18px}
#HotClassTree ul li.small{width:620px;overflow:hidden}
#HotClassTree dl ul li a{color:#333;text-decoration:none}
#HotClassTree dl ul li a:hover{color:#a10000;text-decoration:none}
#HotClassTree dl.cur{background:url(../images/hoverLine_bg.jpg) bottom;border:1px solid #A10000;border-bottom:0}
.newsbads img{border:1px solid #e2e2e2}
.cat_ads_box .f_l{width:445px;margin-right:5px}
.cat_ads_box .f_m{width:280px;float:left}
.cat_ads_box .f_r{width:230px}
.cat_ads_slider{border:1px solid #ebebeb;overflow:hidden}
.cat_ads_slider dt{background:url(../images/dropl.jpg) no-repeat right -18px;cursor:pointer}
.cat_ads_slider dt p{background:url(../images/drop-li_img.gif) no-repeat 5px;border-bottom:1px solid #ebebeb;border-top:0;line-height:29px;height:29px;padding-left:16px;clear:both}
.cat_ads_slider dd{clear:both}
.cat_ads_slider .cur{background:url(../images/dropl.jpg) no-repeat right 6px}
.cat_ads_slider .cur p{color:#A10000}
.bnt_bg{WIDTH:100%;BACKGROUND:#15120D;PADDING:10px 0}
.bnt_bg li{PADDING:0 20px}
.bnt_bg li .f_l{BORDER-RIGHT:1px solid #fff;HEIGHT:57px;LINE-HEIGHT:57px;PADDING-RIGHT:25px}
.bnt_bg .shop{FONT-WEIGHT:700;COLOR:#a10000}
.bnt_bg li .f_r{PADDING-TOP:15px}
.price_line dd{COLOR:#333}
.price_line span{COLOR:#ccc}
.price_line{BORDER-BOTTOM:1px solid #EEE;PADDING-BOTTOM:6px}
.li_hg{height:25px;line-height:25px}
.btn_styles{background:url(../images/search.gif);border:none;width:57px;height:23px;LINE-HEIGHT:23px;TEXT-ALIGN:center;COLOR:#fff;BORDER:none;CURSOR:pointer}
.classicaltop{background:url(../images/classicaltop.png) repeat-x;width:100%;height:28px;overflow:hidden}
.hdmain{margin:auto;width:1200px}
.header{margin:auto;width:1204px}
.header *{margin:0;padding:0}
.topreg{margin:auto;width:980px;height:29px;padding-right:5px;background:url(../images/topreg_tg.gif) no-repeat right -31px}
.btregbox{margin:0 auto;padding:0;width:980px}
.menu{float:left;width:1204px;height:60px;background:url(../images/main_navbg.png);position:relative;z-index:9999}
.menu ul{list-style:none;width:980px;float:left;margin-bottom:10px;margin:auto}
.menu li{float:left;height:35px;text-align:center;display:inline}
.menu li.t_right{position:absolute;right:0;top:0}
.menu li a{float:left;height:35px;line-height:35px;padding:0 10px;color:#FFF;font-size:14px;text-decoration:none;font-family:"微软雅黑"}
.menu li a:link{color:#FFF;text-decoration:none}
.menu li a:visited{text-decoration:none;color:#FFF}
.menu li a:hover{color:#FFF;text-decoration:none;background:#DC4242}
.menu li a:active{text-decoration:none;color:#FFF}
.menu li a.on{float:left;height:35px;padding:0 10px;color:#FFF;background:#e34c7f;font-size:14px;text-decoration:none;font-family:"微软雅黑"}
.menu li a.on:hover{color:#FFF;text-decoration:none;background:#e34c7f}
.menu li a.onh{float:left;height:35px;padding:0 10px;color:#FFF;background:#e34c7f}
.menu li a.hs{float:left;height:35px;padding:0 10px;color:#FFF;background:#363636}
.menu li a.hs:hover{float:left;height:35px;padding:0 10px;color:#FFF;background:#363636}
.menu LI A.menuico{PADDING-LEFT:15px}
.topnav LI{Z-INDEX:999;POSITION:relative}DIV.subnav{BORDER-RIGHT:#111 1px solid;PADDING-RIGHT:2px;DISPLAY:none;PADDING-LEFT:2px;BACKGROUND:#fff;LEFT:1px;FLOAT:left;PADDING-BOTTOM:2px;BORDER-LEFT:#111 1px solid;WIDTH:231px;PADDING-TOP:2px;BORDER-BOTTOM:#111 1px solid;LIST-STYLE-TYPE:none;POSITION:absolute;TOP:35px}UL.navlist{PADDING-RIGHT:0;PADDING-LEFT:0;FLOAT:left;PADDING-BOTTOM:0;MARGIN:10px 0;WIDTH:115px;PADDING-TOP:0}
.zx{BORDER-RIGHT:#ccc 1px dashed}
.navtm{FLOAT:left}
.navtm A:link{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:none transparent scroll repeat 0 0;FLOAT:left;PADDING-BOTTOM:0;MARGIN:0;PADDING-TOP:0;HEIGHT:100%}
.navtm A:visited{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:none transparent scroll repeat 0 0;FLOAT:left;PADDING-BOTTOM:0;MARGIN:0;PADDING-TOP:0;HEIGHT:100%}
.navtm A:hover{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:none transparent scroll repeat 0 0;FLOAT:left;PADDING-BOTTOM:0;MARGIN:0;PADDING-TOP:0;HEIGHT:100%}
.navtm A:active{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:none transparent scroll repeat 0 0;FLOAT:left;PADDING-BOTTOM:0;MARGIN:0;PADDING-TOP:0;HEIGHT:100%}UL.navlist LI{CLEAR:both;PADDING-RIGHT:0;PADDING-LEFT:0;PADDING-BOTTOM:0;MARGIN:0;WIDTH:115px;PADDING-TOP:0}UL.navlist A{PADDING-RIGHT:0;PADDING-LEFT:0;FONT-SIZE:12px;PADDING-BOTTOM:0;MARGIN:0 0 0 10px;WIDTH:95px;COLOR:#000;PADDING-TOP:0;HEIGHT:20px}UL.navlist A:hover{PADDING-RIGHT:0;PADDING-LEFT:0;FONT-SIZE:12px;BACKGROUND:#dfdfdf;PADDING-BOTTOM:0;COLOR:#000;PADDING-TOP:0}
.logo{float:left;margin-bottom:30px;padding-top:12px;width:1200px;height:135px}
.logo A{FLOAT:left;width:1200px;height:85px}
.logo SPAN{FLOAT:left}
.tel{float:right;margin-top:0;width:380px;height:99px;text-align:right}
.ml{height:29px;line-height:29px;float:right;padding:0 5px 0 12px;color:#797979;background:url(../images/topreg_tg.gif) no-repeat}
.ml a{color:#797979}
.ml a:link{color:#797979;text-decoration:none}
.ml a:visited{text-decoration:none;color:#797979}
.ml a:hover{color:#AB0036;text-decoration:none}
.ml a:active{text-decoration:none;color:#797979}
.topan{RIGHT:50px;FLOAT:left;WIDTH:300px;POSITION:absolute;TOP:-49px}
.topan A{PADDING-RIGHT:0;PADDING-LEFT:20px;FONT-WEIGHT:bold;FONT-SIZE:12px;BACKGROUND:url(../images/topan_bg.gif) no-repeat 0 3px;FLOAT:left;PADDING-BOTTOM:0;WIDTH:100px;COLOR:#fff;PADDING-TOP:23px;HEIGHT:26px}
.topan A:visited{COLOR:#fff}
.topan A:hover{BACKGROUND:url(../images/topan_bg.gif) no-repeat;WIDTH:100px;COLOR:#fff;HEIGHT:26px}
.topan A.cx{PADDING-RIGHT:0;PADDING-LEFT:20px;FONT-WEIGHT:bold;FONT-SIZE:12px;BACKGROUND:url(../images/topan_bg2.gif) no-repeat 0 10px;FLOAT:left;PADDING-BOTTOM:0;WIDTH:100px;COLOR:#ab0036;PADDING-TOP:26px;HEIGHT:23px}
.topan A.cx:visited{COLOR:#ab0036}
.topan A.cx:hover{BACKGROUND:url(../images/topan_bg2.gif) no-repeat 0 7px;WIDTH:100px;COLOR:#ab0036;HEIGHT:23px}
.fsearch{float:left;width:295px;margin-top:1px;border:#ccc 1px solid}
.hot_keywords{float:left;width:210px;padding-top:12px;height:26px;color:#525252;padding-left:20px;font-family:"新宋体";font-size:14px;color:#900}
.hot_keywords a{color:#900;text-decoration:none;font-size:14px}
.hot_keywords a:hover{color:#FFF;background-color:#900;text-decoration:none;font-size:14px}
.hot_keywords a.cx_href{color:#ab0033;border-left:#b5b5b5 solid 1px;padding:5px 5px 4px 15px;position:absolute;top:0;right:0}
.main{BACKGROUND:url(../images/redbg.png) repeat;MARGIN:auto;OVERFLOW:hidden;WIDTH:1010px;float:left}A{COLOR:#797979;TEXT-DECORATION:none}A:hover{COLOR:#CA3A31;TEXT-DECORATION:none}
.main .left{BACKGROUND:#c7514f;FLOAT:left;WIDTH:790px;BORDER-BOTTOM:#bdbcbc 1px dashed}
.main .right{BACKGROUND:#c7514f;FLOAT:right;WIDTH:190px;BORDER-BOTTOM:#bdbcbc 1px dashed}
.c_class{MARGIN-TOP:3px;FLOAT:left;WIDTH:790px}
.c_class H2{BACKGROUND:url(../images/ind_bg.gif) #ab0036 no-repeat -170px -900px;FLOAT:left;WIDTH:157px;TEXT-INDENT:-300px;HEIGHT:50px}
.big_class{width:790px;float:left}
.big_class li{width:157px;float:left;background:#eaeaea;border-right:#d5d5d5 solid 1px;list-style:none;color:#262626;text-align:center;font-size:14px;font-weight:700;font-family:"新宋体";padding:8px 0 8px 0}
.small_class{width:789px;float:left;background:#fafafa;border-left:#bdbcbc dashed 1px}
.small_class li{width:142px;height:137px;float:left;border-right:#bdbcbc dashed 1px;list-style:none;color:#CCC;text-align:left;padding:10px 0 10px 15px;line-height:27px}
.small_class li.first{width:141px}
.small_class li a{color:#797979}
.small_class li a:hover{color:#ab0036}
.l_gg{MARGIN-TOP:5px;FLOAT:right;WIDTH:182px}FONT.inprice{FONT-WEIGHT:bold;COLOR:#ab0033;FONT-FAMILY:Arial}
.large_chest{WIDTH:980px;overflow:hidden;background:#f3ebd6}
.large_chest UL{DISPLAY:inline;FLOAT:left;PADDING-BOTTOM:10px;MARGIN-LEFT:0;WIDTH:980px;LIST-STYLE-TYPE:none}
.large_chest LI{DISPLAY:inline;FLOAT:left;MARGIN:0;WIDTH:227px}
.large_chest LI.big{FLOAT:left;MARGIN:0;OVERFLOW:hidden;WIDTH:980px;HEIGHT:340px}
.large_chest A.tit{FLOAT:left;OVERFLOW:hidden;WIDTH:227px;HEIGHT:23px}
.large_chest SPAN{FLOAT:left;WIDTH:227px}
.column .pcont{FLOAT:left;OVERFLOW:hidden;WIDTH:960px}
.column .ScrCont{WIDTH:32766px;ZOOM:1}
.column #List1_1{FLOAT:left}
.column #List2_1{FLOAT:left}
.foothelp{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:url(../images/foot_tbg.gif) #fff repeat-x 50% bottom;FLOAT:left;PADDING-BOTTOM:10px;WIDTH:980px;COLOR:#565656;PADDING-TOP:10px}
.foothelp UL{BORDER-RIGHT:#c1c0c0 1px dashed;PADDING-RIGHT:15px;PADDING-LEFT:32px;FLOAT:left;PADDING-BOTTOM:0;WIDTH:120px;PADDING-TOP:20px;LIST-STYLE-TYPE:none;HEIGHT:130px}
.foothelp UL.f{PADDING-LEFT:50px;WIDTH:100px}
.foothelp UL.e{WIDTH:95px;BORDER-RIGHT-WIDTH:0}
.foothelp .lititle{FONT-WEIGHT:bold;FONT-SIZE:14px;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:6px;COLOR:#292929;TEXT-INDENT:0;FONT-FAMILY:"微软黑体"}
.foothelp .lititle a{FONT-WEIGHT:bold;FONT-SIZE:14px;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:6px;COLOR:#292929;TEXT-INDENT:0;FONT-FAMILY:"微软黑体"}
.foothelp A{FONT-SIZE:12px;COLOR:#666;TEXT-DECORATION:none}
.foothelp A:hover{COLOR:#ab0036;TEXT-DECORATION:none}
.footcxpic{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:url(../images/footcxpic_bg.gif) #fff no-repeat center bottom;FLOAT:left;PADDING-BOTTOM:15px;WIDTH:980px;COLOR:#565656;PADDING-TOP:10px}
.footcxpic UL{PADDING-RIGHT:0;PADDING-LEFT:0;PADDING-BOTTOM:0;PADDING-TOP:11px;LIST-STYLE-TYPE:none}
.footcxpic LI{PADDING-LEFT:150px;FLOAT:left}
.footcxpic LI.s{PADDING-LEFT:30px}
.footer{FONT-SIZE:12px;MARGIN:auto;WIDTH:980px;LINE-HEIGHT:22px}
.footer *{PADDING-RIGHT:0;PADDING-LEFT:0;PADDING-BOTTOM:0;MARGIN:0;PADDING-TOP:0}
.footmenu{BACKGROUND:#fff;FLOAT:left;WIDTH:980px;TEXT-ALIGN:center}
.footmenu UL{PADDING-RIGHT:0;PADDING-LEFT:0;FLOAT:left;PADDING-BOTTOM:0;WIDTH:960px;PADDING-TOP:21px;LIST-STYLE-TYPE:none;HEIGHT:30px}
.footmenu LI{DISPLAY:inline;MARGIN:0 0 0 12px}
.footmenu LI A{COLOR:#515151}
.footmenu A:hover{COLOR:#ab0036}
.goodsimp{MARGIN-TOP:0;overflow:hidden}
.goodsimp H2{BACKGROUND:url(../images/xian_tit02.gif) no-repeat right bottom;FLOAT:left;WIDTH:768px;POSITION:relative;HEIGHT:22px;font-size:12px;overflow:hidden}
.goodsimp H2 SPAN{RIGHT:30px;POSITION:absolute;TOP:0}
.goodsimp H2 SPAN A{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:0;MARGIN:0;WIDTH:auto;PADDING-TOP:0}
.goodsimp H2 SPAN A:hover{PADDING-RIGHT:0;PADDING-LEFT:0;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:0;MARGIN:0;WIDTH:auto;PADDING-TOP:0}
.goodsimp H2 A{FONT-WEIGHT:normal;BACKGROUND:url(../images/goods_cd_offbg.gif) no-repeat 50% bottom;FLOAT:left;WIDTH:94px;COLOR:#666;HEIGHT:24px;line-height:24px;TEXT-ALIGN:center;font-weight:bold;margin-right:3px;}
.goodsimp H2 A:hover{FONT-WEIGHT:normal;BACKGROUND:url(../images/goods_cd_bg.gif) no-repeat 50% bottom;FLOAT:left;WIDTH:94px;COLOR:#000;HEIGHT:24px;line-height:24px;TEXT-ALIGN:center;font-weight:bold;}
.goodsimp H2 A.on{FONT-WEIGHT:normal;BACKGROUND:url(../images/goods_cd_bg.gif) no-repeat 50% bottom;FLOAT:left;WIDTH:94px;COLOR:#000;HEIGHT:24px;line-height:24px;TEXT-ALIGN:center;font-weight:bold;}
.wzbox{MARGIN-TOP:6px;}
.new_p{height:20px;line-height:20px;width:172px;overflow:hidden}
.cat_p{height:40px;line-height:20px;width:320px;overflow:hidden;font-family:"新宋体";font-size:13px;color:#232323}
.promote_p{height:20px;width:320px;font-family:"新宋体";font-size:13px;color:#b34300}
.market_p{height:20px;width:320px;font-family:"新宋体";font-size:13px;color:#636363}
.cat_p2{line-height:20px;width:112px;overflow:hidden;font-family:"宋体";font-size:12px;color:#232323}
.promote_p2{height:20px;width:112px;font-family:"宋体";font-size:12px;color:#b34300}
.market_p2{height:20px;width:112px;font-family:"宋体";font-size:12px;color:#636363}
.bt_main{width:70px;height:23px}
.op_p{height:22px;width:227px}
.gd_p{height:20px;line-height:20px;width:182px;overflow:hidden}
.other_menu{float:left;width:988px;height:22px;background:url(../images/other_menu_bg2.jpg) repeat}
.other_menu li{float:left;list-style:none}
.other_menu LI A{DISPLAY:block;WIDTH:108px;HEIGHT:38px}
.other_menu li img{display:block}
.other_menu li a.hlogo1{display:block;background:url(../images/other_menu_mbs.gif) no-repeat}
.other_menu li a.hlogo1:hover{background:url(../images/other_menu_mbs_1.gif) no-repeat}
.other_menu li a.hlogo2{display:block;background:url(../images/other_menu_mbs2.gif) no-repeat}
.other_menu li a.hlogo2:hover{background:url(../images/other_menu_mbs2_1.gif) no-repeat}
.other_menu li a.hlogo3{display:block;background:url(../images/other_menu_rts.gif) no-repeat}
.other_menu li a.hlogo3:hover{background:url(../images/other_menu_rts_1.gif) no-repeat}
.other_menu li a.hlogo4{display:block;background:url(../images/other_menu_mtm.gif) no-repeat}
.other_menu li a.hlogo4:hover{background:url(../images/other_menu_mtm_1.gif) no-repeat}
.other_menu li a.hlogo5{display:block;background:url(../images/other_menu_by.gif) no-repeat}
.other_menu li a.hlogo5:hover{background:url(../images/other_menu_by_1.gif) no-repeat}
.other_menu LI A.hlogo6{BACKGROUND:url(../images/other_menu_clafield.gif) no-repeat}
.other_menu LI A.hlogo6:hover{BACKGROUND:url(../images/other_menu_clafield_1.gif) no-repeat}
.other_menu LI A.hlogo7{BACKGROUND:url(../images/victoria1.gif) no-repeat}
.other_menu LI A.hlogo7:hover{BACKGROUND:url(../images/victoria2.gif) no-repeat}
.cart{/*float:right;*/margin:0;display:inline;background:#FFF;border:#b5b5b5 solid 1px}
.cart span{float:left;display:inline;height:20px}
.cart span.cart_bg{background:url(../images/head_bg.gif) no-repeat 0 -125px;padding:0 2px 0 23px;margin-left:6px}
.cart span.pay{width:42px;margin:0 0 0 5px;padding-left:8px;background:#373737}
.cart span.pay a{color:#FFF;text-decoration:none}
.cart span.pay a:hover{color:#FFF;text-decoration:none}
.cart a{color:#797979;text-decoration:none}
.search_keyw{float:left;width:957px;height:39px;border-top:0}
.noticefont a{color:#900;font-size:15px}
.noticefont a:hover{color:#900;border-bottom:solid 1px #900;font-size:15px}; .gdnotice{float:left;width:170px;height:30px;line-height:30px;padding-left:10px;overflow:hidden;border-left:#CCC solid 1px}
.gdnotice li{list-style:none;text-align:center}
.main .focusimg{width:980px;float:left;margin:15px 15px 15px 15px;overflow:hidden}
.gdnotice li a{color:#797979}
.gdnotice li a:link{color:#797979;text-decoration:none}
.gdnotice li a:visited{text-decoration:none;color:#797979}
.gdnotice li a:hover{color:#AB0036;text-decoration:none}
.gdnotice li a:active{text-decoration:none;color:#797979}
.gdnotice ul{width:170px;height:30px;line-height:30px;overflow:hidden}
.top_news{BORDER-RIGHT:#d6d6d6 1px solid;BORDER-TOP:#d6d6d6 1px solid;MARGIN-TOP:10px;FLOAT:left;OVERFLOW:hidden;BORDER-LEFT:#d6d6d6 1px solid;WIDTH:228px;BORDER-BOTTOM:#d6d6d6 1px solid;HEIGHT:198px}
.top_news H2{BACKGROUND:url(../images/ind_bg.gif) no-repeat 0 0;WIDTH:228px;HEIGHT:28px}
.top_news H2 A{FLOAT:left;BORDER-LEFT:#d6d6d6 1px solid;WIDTH:75px;LINE-HEIGHT:28px;BORDER-BOTTOM:#d6d6d6 1px solid;HEIGHT:28px;TEXT-ALIGN:center;font-weight:400;font-size:12px}
.top_news H2 A.ons{BACKGROUND:#fff;BORDER-BOTTOM-WIDTH:0;font-size:12px}
.top_news UL{PADDING-RIGHT:0;PADDING-LEFT:0;PADDING-BOTTOM:5px;PADDING-TOP:5px;LIST-STYLE-TYPE:none}
.top_news UL LI{PADDING-RIGHT:8px;PADDING-LEFT:16px;BACKGROUND:url(../images/black_dian.gif) no-repeat 8px 10px;PADDING-BOTTOM:7px;COLOR:#ab0036;LINE-HEIGHT:17px;PADDING-TOP:0}
.top_news UL LI.lipic{PADDING-RIGHT:0;PADDING-LEFT:5px;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:0;LINE-HEIGHT:normal;PADDING-TOP:1px;HEIGHT:auto}
.top_news UL LI.lipic IMG{DISPLAY:block}
.c_fenlei{WIDTH:830px}
.c_fenlei H2{PADDING-RIGHT:8px;PADDING-LEFT:8px;FONT-SIZE:12px;BACKGROUND:#f1f1f1;PADDING-BOTTOM:0;MARGIN:1px;COLOR:#838383;LINE-HEIGHT:28px;PADDING-TOP:0;HEIGHT:28px}
.c_fenlei UL{COLOR:#ccc;LIST-STYLE-TYPE:none}
.c_fenlei LI{BORDER-TOP:#efefef 1px solid;BACKGROUND:url(../images/c_fenlei_xian.jpg) no-repeat 72px 0;LINE-HEIGHT:30px;HEIGHT:45px;float:left;WIDTH:830px;overflow:hidden}
.c_fenlei LI A{float:left;COLOR:#000;font-size:24px;font-family:"隶书","LiSu SimLi?","楷体";margin-left:20px;width:130px}
.c_fenlei LI A:hover{float:left;COLOR:#000;font-size:24px;font-family:"隶书","LiSu SimLi?","楷体";margin-left:20px;width:130px;border-bottom:#900 solid 2px}
.c_fenlei LI SPAN{float:left}
.litit{PADDING-RIGHT:0;PADDING-LEFT:10px;PADDING-BOTTOM:0;COLOR:#666;PADDING-TOP:0;HEIGHT:30px;TEXT-ALIGN:center;width:80px;overflow:hidden}
.litit A{FONT-SIZE:12px;COLOR:#464646}
.litit A:hover{COLOR:#ab0036}
.pinpai_news{BORDER-RIGHT:#efefef 1px solid;BORDER-TOP:#efefef 1px solid;MARGIN-TOP:15px;FLOAT:right;BORDER-LEFT:#efefef 1px solid;WIDTH:228px;BORDER-BOTTOM:#efefef 1px solid}
.pinpai_news H2{PADDING-RIGHT:8px;PADDING-LEFT:8px;FONT-WEIGHT:normal;FONT-SIZE:12px;BACKGROUND:#f1f1f1;PADDING-BOTTOM:0;MARGIN:1px;COLOR:#464646;LINE-HEIGHT:28px;PADDING-TOP:0;HEIGHT:28px}
.pinpai_news UL{LIST-STYLE-TYPE:none}
.pinpai_news LI{PADDING-RIGHT:8px;BORDER-TOP:#efefef 1px solid;PADDING-LEFT:16px;BACKGROUND:url(../images/black_dian.gif) no-repeat 8px 15px;PADDING-BOTTOM:0;COLOR:#ab0036;LINE-HEIGHT:34px;PADDING-TOP:0;HEIGHT:34px}
.pinpai_news LI.lipic{PADDING-RIGHT:0;PADDING-LEFT:5px;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:5px;LINE-HEIGHT:normal;PADDING-TOP:5px;HEIGHT:auto}
.pinpai_news LI.lipic IMG{DISPLAY:block}
.new_goods{FLOAT:left;margin:15px 15px 15px 15px;WIDTH:980px;background:#f3ebd6;overflow:hidden}
.new_goods H2{FLOAT:left;WIDTH:280px;TEXT-INDENT:-300px;HEIGHT:61px}
.s_class{FLOAT:left;WIDTH:980px;PADDING-TOP:0;HEIGHT:30px}
.s_class A{PADDING-RIGHT:15px;PADDING-LEFT:15px;BACKGROUND:#900;FLOAT:right;PADDING-BOTTOM:0;MARGIN-LEFT:1px;COLOR:#d9dbd8;LINE-HEIGHT:20px;PADDING-TOP:0;HEIGHT:20px}
.s_class A:hover{COLOR:#fff}
.s_class A.on{BACKGROUND:#d20000;COLOR:#fae3ed}
.s_class A.on:hover{COLOR:#fff}
.new_goods H3{padding:0;height:46px;line-height:auto;color:#9B0101;margin:0;font-size:12px;DISPLAY:inline;FLOAT:left;MARGIN-LEFT:15px;LINE-HEIGHT:61px;margin-bottom:10px;HEIGHT:50px;overflow:hidden}
.ss_class{BACKGROUND:#fff;FLOAT:left;WIDTH:auto;COLOR:#8e8e8e;PADDING-TOP:38px;BORDER-BOTTOM:#d0cecf 2px solid;HEIGHT:23px;TEXT-ALIGN:right}
.ss_class A{FONT-SIZE:12px;COLOR:#616161}
.ss_class A:hover{COLOR:#ab0036}
.column{MARGIN-TOP:3px;BACKGROUND:#fff;FLOAT:left;WIDTH:980px;POSITION:relative}
.column UL{BORDER-RIGHT:#eee 1px solid;BORDER-TOP:#eee 1px solid;FLOAT:left;PADDING-BOTTOM:10px;OVERFLOW:hidden;BORDER-LEFT:#eee 1px solid;WIDTH:978px;BORDER-BOTTOM:#eee 1px solid;LIST-STYLE-TYPE:none}
.column LI{DISPLAY:inline;FLOAT:left;MARGIN:10px 0 0 10px;WIDTH:184px}
.column LI A IMG{BORDER-RIGHT:#fff 1px solid;BORDER-TOP:#fff 1px solid;BORDER-LEFT:#fff 1px solid;WIDTH:182px;BORDER-BOTTOM:#fff 1px solid}
.column LI A:hover IMG{BORDER-RIGHT:#ab0036 1px solid;BORDER-TOP:#ab0036 1px solid;BORDER-LEFT:#ab0036 1px solid;WIDTH:182px;BORDER-BOTTOM:#ab0036 1px solid}
.column A.tit{FLOAT:left;OVERFLOW:hidden;WIDTH:172px;HEIGHT:23px}
.column LI SPAN{FLOAT:left;WIDTH:172px}
.column LI.big{FLOAT:left;MARGIN:0;OVERFLOW:hidden;WIDTH:978px;HEIGHT:340px}
.column LI.big IMG{BORDER-TOP-WIDTH:0;BORDER-LEFT-WIDTH:0;BORDER-BOTTOM-WIDTH:0;WIDTH:auto;BORDER-RIGHT-WIDTH:0}
.column LI.big A IMG{BORDER-TOP-WIDTH:0;BORDER-LEFT-WIDTH:0;BORDER-BOTTOM-WIDTH:0;WIDTH:auto;BORDER-RIGHT-WIDTH:0}FONT.inprice{FONT-WEIGHT:bold;COLOR:#ab0033;FONT-FAMILY:Arial}
.large_chest{FLOAT:left;WIDTH:980px;overflow:visible;background:#f3ebd6;margin:15px 15px 15px 15px}
.large_chest UL{DISPLAY:inline;FLOAT:left;PADDING-BOTTOM:18px;MARGIN-LEFT:0;WIDTH:1200px;LIST-STYLE-TYPE:none;overflow:hidden}
.large_chest LI{DISPLAY:inline;FLOAT:left;margin-top:5px;WIDTH:322px;margin-left:3px}
.large_chest LI A IMG{BORDER-RIGHT:#fff 1px solid;BORDER-TOP:#fff 1px solid;BORDER-LEFT:#fff 1px solid;WIDTH:320px;BORDER-BOTTOM:#fff 1px solid}
.large_chest LI A:hover IMG{BORDER-RIGHT:#CA3A31 1px solid;BORDER-TOP:#CA3A31 1px solid;BORDER-LEFT:#CA3A31 1px solid;WIDTH:320px;BORDER-BOTTOM:#CA3A31 1px solid}
.large_chest LI.big{FLOAT:left;MARGIN:0;OVERFLOW:hidden;WIDTH:980px;HEIGHT:340px}
.large_chest LI.big A IMG{BORDER-TOP-WIDTH:0;BORDER-LEFT-WIDTH:0;BORDER-BOTTOM-WIDTH:0;WIDTH:auto;BORDER-RIGHT-WIDTH:0}
.large_chest A.tit{FLOAT:left;OVERFLOW:hidden;WIDTH:227px;HEIGHT:23px}
.large_chest SPAN{FLOAT:left;WIDTH:227px}
.large_chest LI SPAN A IMG{DISPLAY:inline;FLOAT:left;margin-top:5px;WIDTH:70px}
.large_chest LI SPAN A:hover IMG{DISPLAY:inline;FLOAT:left;margin-top:5px;WIDTH:70px;border:none}
.gg_r{FLOAT:left;MARGIN:0;OVERFLOW:hidden;WIDTH:978px;HEIGHT:340px}
.gg_m{FLOAT:left;MARGIN:0;OVERFLOW:hidden;WIDTH:980px;HEIGHT:415px}
.searchbt2{width:55px;height:25px;background:url(../images/search.png)}
.cate_tree_normal{font-weight:700;font-family:"隶书","楷体";font-size:22px}
.cate_tree_current{font-weight:700;font-family:"隶书","楷体";font-size:22px;border-bottom:#900 1px solid}
.cate_tree_child_normal{font-family:"隶书","楷体";font-size:17px}
.cate_tree_child_current{font-family:"隶书","楷体";font-size:17px;border-bottom:#900 1px solid;background:url(../images/child_bg2.png)}
.cate_tree_child a{font-family:"隶书","楷体";font-size:18px;color:#900}
.cate_tree_child a:hover{font-family:"隶书","楷体";font-size:18px;color:#fff;background:url(../images/child_bg2.png)}
.botnav a{color:#FFF;font-family:"新宋体"}
.botnav a:hover{color:#D33035;font-family:"新宋体"}
.mainbtn img{padding-left:3px;padding-bottom:1px}
.mainbtn:hover img{padding-left:3px;padding-bottom:1px;opacity:.9;-moz-opacity:.9;filter:alpha(opacity=90)}
.foothelp2{PADDING-RIGHT:0;PADDING-LEFT:0;PADDING-BOTTOM:10px;COLOR:#565656;PADDING-TOP:1px;width:982px;margin:auto;height:120px}
.foothelp2 UL{PADDING-RIGHT:15px;PADDING-LEFT:32px;FLOAT:left;PADDING-BOTTOM:0;WIDTH:120px;PADDING-TOP:20px;LIST-STYLE-TYPE:none;HEIGHT:100px}
.foothelp2 UL.f{PADDING-LEFT:50px;WIDTH:100px}
.foothelp2 UL.e{WIDTH:95px;BORDER-RIGHT-WIDTH:0}
.foothelp2 .lititle{FONT-WEIGHT:bold;FONT-SIZE:14px;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:6px;COLOR:#860006;TEXT-INDENT:0;FONT-FAMILY:"微软黑体"}
.foothelp2 .lititle a{FONT-WEIGHT:bold;FONT-SIZE:14px;BACKGROUND:none transparent scroll repeat 0 0;PADDING-BOTTOM:6px;COLOR:#860006;TEXT-INDENT:0;FONT-FAMILY:"微软黑体"}
.foothelp2 A{FONT-SIZE:12px;COLOR:#626262;TEXT-DECORATION:none}
.foothelp2 A:hover{COLOR:#860006;TEXT-DECORATION:none}
.navimg{width:173px;height:45px;border:none;float:left;margin-top:0}
.pageheader{width:1240px;height:117px;margin:auto;margin-top:15px;font-size:13px;font-family:"宋体"}
.pageheader a{color:#585858}
.pageheader a:hover{color:#bb010a}
.nav-wrap{width:135px}
.nav-hd{width:135px;height:40px;margin:0 auto;background-color:#ccc}
.fixed{position:fixed;width:135px;top:0;padding-right:0}
#nav-wrap{font-family:"新宋体"}
#nav-wrap a{color:#585858}
#nav-wrap a:hover{color:#bb010a}
#navpic1{width:225px;float:left}
#navpic2{height:137px}
#navpic3{width:209px;float:left}
#navpic4{width:225px;margin-left:0}
#navpic5{margin-top:1px}
#navpic6{width:278px;float:left;margin-left:1px}
.navpicnone{opacity:.5;-moz-opacity:.5;filter:alpha(opacity=50)}
.navpichover{opacity:1;-moz-opacity:1;filter:alpha(opacity=100)}
#imglist2 img{-moz-transition:opacity .7s cubic-bezier(.2,.4,.7,.8);-webkit-transition:opacity .7s cubic-bezier(.2,.4,.7,.8);transition:opacity .7s cubic-bezier(.2,.4,.7,.8)}
#imglist2:hover img{opacity:.7;filter:alpha(opacity=70)}
#imglist2:hover a:hover img{opacity:1;filter:alpha(opacity=100)}
.navfix{position:fixed;top:0;font-family:"新宋体";z-index:99999}
.navfixlow{position:fixed;top:0;font-family:"新宋体";z-index:9998}
.navwrap{width:173px;float:left;position:relative;cursor:pointer;font-family:"新宋体"}
.navclass2{background-color:#FFF;color:#000;border-bottom:1px #CCC solid;font-family:"新宋体"}
.navclass2 a{color:#000}
.navclass2 a:hover{color:#FFF;background:#D7A55C;cursor:pointer}
.navclass{background-color:#FFF;color:#000}
.navclass:hover{background:#D7A55C;color:#FFF;cursor:pointer}
.navclass a{color:#000}
.navclass:hover a{color:#FFF}
.navclass:hover a:hover{color:#FFF;background:#A36814;cursor:pointer}
.navclass:hover navtitle{line-height:40px;font-size:15px}
.navtitle p{font-size:15px;padding-top:12px;padding-bottom:12px}
.navsubclass p{font-size:13px;padding-bottom:8px}
#navdetail{width:625px;float:left;background:#fff;display:none;position:relative;cursor:pointer}
.navdetaildiv{width:208px;float:left;padding-bottom:25px}
.navdetaildivtitle{font-size:16px;color:#CA3A31;margin:15px 15px 15px 15px;line-height:25px;border-bottom:#CA3A31 2px solid}
.navdetaildivp{margin-top:5px;margin-left:20px}
.navdetaildivline{line-height:5px;margin:15px 15px 15px 15px;border-bottom:dashed 1px #2b2b2b}
#back1{opacity:.5;filter:alpha(opacity=50)}
#back1:hover{opacity:1;filter:alpha(opacity=100)}
/* ======= 全屏幻灯片 =========*/
  .banner{ width:100%;  position:relative;}
  .banner .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;   }
  .banner .bd ul{ width:100% !important;  }
  .banner .bd li{ width:100% !important;   overflow:hidden; text-align:center;  }
  .banner .bd li a{ display:block;  }
  .banner .prev,
  .banner .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:15%;  z-index:1; width:40px; height:60px; background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAC5CAMAAAAh3EIEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF////wcHB////vt8KVgAAAAN0Uk5T//8A18oNQQAAAUlJREFUeNrs2YEJwzAMRcFv7T90JyiFJjICXRd4uhCaRE4t+wUYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGBgYGPgnOPn/OpxzXpmra4Rv4DyonVe8TRN8BedB7rzhbRogNVDcmU/NE7fGU+PEvenUNHFzODVM3J1NzRK3R1OjxP3J1CTxhWBqkPhGLjVHfCWWGiO+k0pNEV8KZcwgly4s8PZbetuf1rbH0rYXj22vlts+HrZ9Hm5bAGxb8Wxb4m1b025bxK87atl4mFYPclWviHtGWHcg/hFgAIl2V1RGIt5qAAAAAElFTkSuQmCC") -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }
  .banner .next{ left:auto; right:15%; background-position:-6px -137px; }
/*/全屏幻灯片*/
.showpage{background-color: #F1F1F1;}
.showpage h2{text-align: center;font-size: 24px;line-height: 80px;}

.header_inner{width: 1000px;}

#follow-form {display: none;border: 1em solid #FFF;width: 450px;height: 450px;;position: fixed;top: 15%;left: 50%;margin-left: -225px; z-index: 9999;background: white;overflow: hidden;}
#follow-form a {float: right;}
#follow-form img{width: 100%;}




#over {width: 100%;height: 100%;opacity: 0.8;filter: alpha(opacity=80);display: none;position: fixed;top: 0;left: 0;z-index: 999;background: silver;}
#over a {width: 100%;height: 100%;position: fixed;}

.pagebar li {
    display: inline-block;
}
.pagebar li.active a{
    color: #f00;
}